Skip to content

Commit

Permalink
Updating help message
Browse files Browse the repository at this point in the history
  • Loading branch information
sarane22 committed Sep 2, 2024
1 parent 17105be commit 658c958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riva/client/argparse_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def add_asr_config_argparse_parameters(
"--custom-configuration",
default="",
type=str,
help="Add custom configurations to be sent to the custom backends. <key:value,key:value,...>",
help="Custom configurations to be sent to the server as key value pairs <key:value,key:value,...>",
)
return parser

Expand Down

0 comments on commit 658c958

Please sign in to comment.