diff options
Diffstat (limited to 'locale/en_US.sh')
-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' |