diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-09-01 17:22:49 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-09-01 17:22:49 (EDT) |
commit | 9d1b9f98db96f1fc20e9acf106efd9559fdded6f (patch) | |
tree | 88647241d04d0c524b28d4e6a9ee5cb2e873d72a /locale | |
parent | 5e41ca8a99db1788f549dff2ee307781f6bf3310 (diff) |
cmd/shell: Accept command arguments
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 b8024ad..06f3250 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -87,7 +87,7 @@ msg_prokit_cmd_install_checksum_fail='Checksum of package file failed' # lib/cmd/shell.sh msg_prokit_cmd_shell_summary='run a shell in an isolated environment' -msg_prokit_cmd_shell_usage='<root-dir>' +msg_prokit_cmd_shell_usage='<root-dir> [<command> [<argument> ...]]' msg_prokit_cmd_shell_exiting='Exiting...' # lib/cmd/opkg.sh |