summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-05-25 14:56:32 (EDT)
committer P. J. McDermott <pj@pehjota.net>2015-05-25 14:56:32 (EDT)
commited6cfd777caa1b668ecbd238c8a17eb89e1ffaf6 (patch)
tree9fd68cdb1bad4fa13bd49f95a97e8d107c32bf91
parentdf46b80eb6718a61ddd3ad2f69fb04ee6ff05694 (diff)
locale/en_US: s/root-dir/root/
These commands accept block devices now.
-rw-r--r--locale/en_US.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh
index cfeecac..efcc65b 100644
--- a/locale/en_US.sh
+++ b/locale/en_US.sh
@@ -80,7 +80,7 @@ There is NO WARRANTY, to the extent permitted by law.'
# lib/cmd/install.sh
msg_prokit_cmd_install_summary='install a system into a directory'
msg_prokit_cmd_install_usage='[-a <arch>] [-p <plat>] [-m <mirror>] [-F] '\
-'<suite> <root-dir>'
+'<suite> <root>'
msg_prokit_cmd_install_bad_archplat='Invalid combination of architecture "%s" '\
'and platform "%s"'
msg_prokit_cmd_install_selected_arch='Using architecture %s'
@@ -99,17 +99,17 @@ 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> [<command> [<argument> ...]]'
+msg_prokit_cmd_shell_usage='<root> [<command> [<argument> ...]]'
msg_prokit_cmd_shell_exiting='Exiting...'
# lib/cmd/opkg.sh
msg_prokit_cmd_opkg_summary='manage packages with opkg'
-msg_prokit_cmd_opkg_usage='<root-dir> [<option> ...] <sub-command> '\
+msg_prokit_cmd_opkg_usage='<root> [<option> ...] <sub-command> '\
'[<argument> ...]'
# lib/cmd/build.sh
msg_prokit_cmd_build_summary='build a package'
-msg_prokit_cmd_build_usage='<root-dir> [<option> ...] <pkg-dir>'
+msg_prokit_cmd_build_usage='<root> [<option> ...] <pkg-dir>'
msg_prokit_cmd_build_not_a_dir='Not a directory: %s'
# lib/profile.sh