diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-09-21 08:13:29 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-09-21 08:13:29 (EDT) |
commit | 60917c32198ebd01a9c74458f7d2550394c60366 (patch) | |
tree | 9e2ac0a34b42f84a1b62ae0422a1215d131a6ef2 /locale | |
parent | dd545d3c52848a2c5136e6a6be9ed6b695917824 (diff) |
en_US: Update opkbuild help output
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en_US/opkbuild.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/locale/en_US/opkbuild.sh b/locale/en_US/opkbuild.sh index 2f34f96..ed3c256 100644 --- a/locale/en_US/opkbuild.sh +++ b/locale/en_US/opkbuild.sh @@ -23,7 +23,7 @@ msg_opkbuild_help=' Options: -b build only binary packages -B build only architecture-dependent binary packages - -A build only architecture-independent binary packages + -P build only platform-dependent binary packages -S build only the source package -F build the source package and all binary packages -T <target> target of the "build" makefile to build @@ -41,8 +41,7 @@ Options: -r <uid0-cmd> command to assume user ID 0 (default: fakeroot) -h display this help and exit -V display the version and exit - -Note: Options -B and -A have no effect on SPF 2.0 packages.' +' msg_opkbuild_version='%s (%s) %s Copyright (C) 2012 Patrick "P. J." McDermott License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>. |