diff options
author | P. J. McDermott <pjm@nac.net> | 2012-07-31 21:34:03 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-07-31 21:34:03 (EDT) |
commit | a95c249fbc6b556270d91b685b980f0cec986b23 (patch) | |
tree | bf49d920975a1ef26bcfbd15eb4dbcbeee6d0a67 /locale | |
parent | e93df698ad3c5172cf1157a8c72978b427fc0aa8 (diff) |
Add oh_usage and support oh-* utils in oh_help.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en_US.sh | 6 |
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' |