diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-05-24 16:20:53 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-05-24 16:20:53 (EDT) |
commit | a65c79664f476441e7115ffd8a81e5241ac7d55d (patch) | |
tree | 108bb186737847c00ace85bd2c2b6efd48069724 /locale | |
parent | eaa04118f50314a22adb0acd9123d9f9d8bb3ae8 (diff) |
cmd/installer-pc: New command
TODO: Either throw an error if arch and plat aren't given or make them
optional to enter an interactive mode.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en_US.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh index da64443..441e32a 100644 --- a/locale/en_US.sh +++ b/locale/en_US.sh @@ -97,6 +97,11 @@ msg_prokit_cmd_build_summary='build a package' msg_prokit_cmd_build_usage='<root-dir> [<option> ...] <pkg-dir>' msg_prokit_cmd_build_not_a_dir='Not a directory: %s' +# lib/cmd/installer-pc.sh +msg_prokit_cmd_installer_pc_summary='install a PC system onto a block device' +msg_prokit_cmd_installer_pc_usage='-a <arch> -p <plat> [-m <mirror>] '\ +'<suite> <device>' + # lib/profile.sh msg_prokit_profile_not_found='Profile "%s" not found' |