Update ursula public-keys CLI error message based on parameter usage.

pull/3554/head
derekpierre 2024-08-20 07:52:19 -04:00
parent d207b534bf
commit c4414d3b26
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ def public_keys(config_file, keystore_filepath, from_mnemonic):
raise click.BadOptionUsage(
"--keystore-filepath",
message=click.style(
"Exactly one of --keystore-filepath, --config-file, or --from-mnemonic must be specified",
"At most, one of --keystore-filepath, --config-file, or --from-mnemonic must be specified",
fg="red",
),
)