summaryrefslogtreecommitdiffstats
path: root/locale/en_US.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-08-18 17:15:17 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-08-18 17:15:17 (EDT)
commit3fca5b14bb30dca5f33108be1048acbc1c733787 (patch)
treedb41470470cc05f9d10bc29a9a4b24412b2d6ba2 /locale/en_US.sh
parentb60f2eac850d71e600ae149515fd94f554e267ee (diff)
install: Add mirror selection, with an -m option
Diffstat (limited to 'locale/en_US.sh')
-rw-r--r--locale/en_US.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh
index 86a59fa..3e07a90 100644
--- a/locale/en_US.sh
+++ b/locale/en_US.sh
@@ -56,11 +56,13 @@ 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>'
+msg_prokit_cmd_install_usage='[-a <arch>] [-P <plat>] [-m <mirror>] '\
+'<suite> <chroot>'
msg_prokit_cmd_install_bad_archplat='Invalid combination of architecture "%s" '\
'and platform "%s"'
msg_prokit_cmd_install_chroot_dir_exists='Directory "%s" exists"'
msg_prokit_cmd_install_mkdir_chroot_fail='Failed to create directory "%s"'
+msg_prokit_cmd_install_selected_mirror='Using mirror %s'
# lib/profile.sh
msg_prokit_profile_not_found='Profile "%s" not found'