summaryrefslogtreecommitdiffstats
path: root/contrib/bacman.sh.in
diff options
context:
space:
mode:
authorJason St. John <jstjohn@purdue.edu>2013-11-08 08:53:33 +0100
committerAllan McRae <allan@archlinux.org>2013-11-15 02:02:27 +0100
commita15fd48016014249a13db7a437b5e4f5937f6158 (patch)
treeeecd9c3717fcb05d58983ce89f4d3778502f0cc4 /contrib/bacman.sh.in
parent7bfaa358ea45c5d527a382bb5fef734b3134bd6f (diff)
downloadpacman-a15fd48016014249a13db7a437b5e4f5937f6158.tar.gz
pacman-a15fd48016014249a13db7a437b5e4f5937f6158.tar.xz
Improve --help switch output for pacman contrib and pacman scripts
Unify the formatting of the --help switch for pacman utils, if it exists. All of the pacman utils will now output help text using the following format: util-name (pacman) v<pacman version> one line description of util's purpose Usage: util-name [options] -b, --bar whatever --bar does -f, --foo whatever --foo does -h, --help display this help message Reported-by: Karol Błażewicz <karol.blazewicz at gmail.com> Signed-off-by: Jason St. John <jstjohn@purdue.edu>
Diffstat (limited to 'contrib/bacman.sh.in')
-rw-r--r--contrib/bacman.sh.in10
1 files changed, 7 insertions, 3 deletions
diff --git a/contrib/bacman.sh.in b/contrib/bacman.sh.in
index 74a83bc9..a20c5e7e 100644
--- a/contrib/bacman.sh.in
+++ b/contrib/bacman.sh.in
@@ -37,9 +37,13 @@ m4_include(../scripts/library/output_format.sh)
# User Friendliness
#
usage() {
- echo "This program recreates a package using pacman's db and system files"
- echo "Usage: $myname [--nocolor] [--pacnew] <installed package name>"
- echo "Example: $myname kernel26"
+ echo "${myname} (pacman) v${myver}"
+ echo
+ echo "Recreate a package using pacman's database and system files"
+ echo
+ echo "Usage: ${myname} [--nocolor] [--pacnew] <installed package name>"
+ echo
+ echo "Example: ${myname} linux-headers"
}
version() {