diff options
author | P. J. McDermott <pjm@nac.net> | 2013-10-23 22:06:42 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-10-23 22:06:42 (EDT) |
commit | 8743c2be4867a15da822a1b496c011966c87f0fb (patch) | |
tree | f4cbfdbb8b678e1d54507b9e31a5a8d2e34295ff /locale | |
parent | a89832c82b00a175f7f83fcfb36153176b201065 (diff) |
install: New command (stub).
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en_US.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh index 3f2e8d8..103f6e2 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -40,3 +40,6 @@ License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. 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>] <suite> <chroot>' |