summaryrefslogtreecommitdiffstats
path: root/scripts/makepkg.sh.in
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2011-04-21 15:59:05 +0200
committerDan McGee <dan@archlinux.org>2011-04-21 19:09:18 +0200
commit6f19a8c9f73e6177fc17e340cd0272714c6c3a5d (patch)
tree711db74b30ec946fa6a7af66aa21c06ea71cf18c /scripts/makepkg.sh.in
parent442e1420f95ecc6fd1967677c1be5dfed6584542 (diff)
downloadpacman-6f19a8c9f73e6177fc17e340cd0272714c6c3a5d.tar.gz
pacman-6f19a8c9f73e6177fc17e340cd0272714c6c3a5d.tar.xz
makepkg, pacman-key: unify help message with other scripts
The help message changed to match the one rankmirrors script has. It's clearer as to what the --help switch does. Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts/makepkg.sh.in')
-rw-r--r--scripts/makepkg.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index 70d3cf32..3d5184ad 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -1607,7 +1607,7 @@ usage() {
echo "$(gettext " -e, --noextract Do not extract source files (use existing src/ dir)")"
echo "$(gettext " -f, --force Overwrite existing package")"
echo "$(gettext " -g, --geninteg Generate integrity checks for source files")"
- echo "$(gettext " -h, --help This help")"
+ echo "$(gettext " -h, --help Show this help message and exit")"
echo "$(gettext " -i, --install Install package after successful build")"
echo "$(gettext " -L, --log Log package build process")"
echo "$(gettext " -m, --nocolor Disable colorized output messages")"