diff options
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en_US.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh index b9ca096..253e62e 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -40,7 +40,7 @@ msg_prokit_control_missing_fields='missing fields: %s' # lib/cmd.sh msg_prokit_cmd_not_found='Command "%s" not found' -msg_prokit_cmd_usage='Usage: %s [<option> ...] %s %s' +msg_prokit_cmd_usage='Usage: %s %s %s' # lib/cmd/help.sh msg_prokit_cmd_help_head='Usage: %s [<option> ...] <command> [<arg> ...]' |