summaryrefslogtreecommitdiffstats
path: root/locale
diff options
context:
space:
mode:
Diffstat (limited to 'locale')
-rw-r--r--locale/en_US.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/locale/en_US.sh b/locale/en_US.sh
index b7d730a..520a372 100644
--- a/locale/en_US.sh
+++ b/locale/en_US.sh
@@ -18,6 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# General strings:
+oh_str_usage_none='No usage found'
oh_str_help_none='No help found'
oh_str_version='%s (%s) %s
Copyright (C) 2012 Patrick "P. J." McDermott
@@ -29,8 +30,8 @@ Written by P. J. McDermott.'
oh_str_bad_opt='Invalid option "%s"'
# opkbuild strings:
-oh_str_help_opkbuild='Usage: opkbuild [<option>...]
-
+oh_str_usage_opkbuild='Usage: opkbuild [<option>...]'
+oh_str_help_opkbuild='
Options:
-b build only binary packages
-B build only architecture-dependent binary packages
@@ -74,6 +75,7 @@ oh_str_cant_apply_patch='Can'\''t apply patch "%s"'
oh_str_no_patches='No patches to be applied'
# oh-unpacksource strings:
+oh_str_usage_oh_unpacksource='Usage: oh-unpacksource'
oh_str_unpacking_native='Copying native source directory...'
oh_str_cant_unpack_native='Can'\''t copy native source directory'
oh_str_no_sources='No native or upstream sources found'