diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-25 19:32:29 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-25 19:32:29 (EDT) |
commit | fd19448a4829f60189d0645e40b685386b54b433 (patch) | |
tree | 4f3cf469c3c6ff8d46d7db8bc819c40fd65a1a90 /locale | |
parent | 985ded47f8da7b130551d308872f6b559025f3dc (diff) |
en_US: s/chroot/root-dir/ in usage strings
Diffstat (limited to 'locale')
-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 |