diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-05-25 16:05:46 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-05-25 16:05:46 (EDT) |
commit | fe27982ac6e0bec91c9a9762b689018e50e47238 (patch) | |
tree | ef6e69dc411e56290e8fe32b075dcfee0bfc7f0a /locale | |
parent | 54eacca88673a1444f40cb049813d5cc8475f02c (diff) | |
parent | 50b6588d6350c7b15ffbcf5e0e704461861a8870 (diff) |
Merge branch 'feature/block-device-mounting' into feature/installer-integration
Conflicts:
locale/en_US.sh
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en_US.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh index 441e32a..8731c3d 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -80,21 +80,21 @@ 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>' # 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/cmd/installer-pc.sh |