diff options
Diffstat (limited to 'locale/en_US.sh')
-rw-r--r-- | locale/en_US.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh index 7c13b73..7a88479 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -60,7 +60,7 @@ There is NO WARRANTY, to the extent permitted by law.' # lib/cmd/install.sh msg_prokit_cmd_install_summary='install a ProteanOS system into a directory' msg_prokit_cmd_install_usage='[-a <arch>] [-P <plat>] [-m <mirror>] [-F] '\ -'<suite> <chroot>' +'<suite> <root-dir>' msg_prokit_cmd_install_bad_archplat='Invalid combination of architecture "%s" '\ 'and platform "%s"' msg_prokit_cmd_install_selected_arch='Using architecture %s' @@ -79,7 +79,7 @@ msg_prokit_cmd_install_checksum_fail='Checksum of package file failed' # lib/cmd/shell.sh msg_prokit_cmd_shell_summary='enter a ProteanOS shell' -msg_prokit_cmd_shell_usage='<chroot>' +msg_prokit_cmd_shell_usage='<root-dir>' msg_prokit_cmd_shell_exiting='Exiting...' # lib/profile.sh |