summaryrefslogtreecommitdiffstats
path: root/locale
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-08-28 23:20:20 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-08-28 23:22:14 (EDT)
commit021d672689c5f70ad4b0ab1c1db578153f8cbadb (patch)
treecf30439b4d0a7dc441a21ff2d1944f098f60217c /locale
parent2e698eb99020a511a8e5b0cfe4d8ca1dc609f4da (diff)
build: New command
Diffstat (limited to 'locale')
-rw-r--r--locale/en_US.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh
index dbf518d..c8e2fc9 100644
--- a/locale/en_US.sh
+++ b/locale/en_US.sh
@@ -91,5 +91,10 @@ msg_prokit_cmd_opkg_summary='manage packages with opkg'
msg_prokit_cmd_opkg_usage='<root-dir> [<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_not_a_dir='Not a directory: %s'
+
# lib/profile.sh
msg_prokit_profile_not_found='Profile "%s" not found'