diff --git a/hermes_cli/completion.py b/hermes_cli/completion.py index 18de08cc901..591ffecc62f 100644 --- a/hermes_cli/completion.py +++ b/hermes_cli/completion.py @@ -216,9 +216,9 @@ _hermes() {{ typeset -A opt_args _arguments -C \\ - '(-h --help){{-h,--help}}[Show help and exit]' \\ - '(-V --version){{-V,--version}}[Show version and exit]' \\ - '(-p --profile){{-p,--profile}}[Profile name]:profile:_hermes_profiles' \\ + '(-)'{{-h,--help}}'[Show help and exit]' \\ + '(-)'{{-V,--version}}'[Show version and exit]' \\ + '(-)'{{-p,--profile}}'[Profile name]:profile:_hermes_profiles' \\ '1:command:->commands' \\ '*::arg:->args'