summaryrefslogtreecommitdiffstats
path: root/contrib/bacman.sh.in
diff options
context:
space:
mode:
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() {