index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2010-12-16 00:42:23 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-12-20 18:03:01 -0600 |
commit | 5776090055642bc7651a07cd9d31cf056d0531dc (patch) | |
tree | 566f054fe3d6a6716607effe6db4f65c9d3a6cc2 /scripts | |
parent | 8ac7f7e6e557fe32dc36fce173db000b83611559 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index ac10ad3a..1996dd46 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -1546,7 +1546,7 @@ usage() { echo "$(gettext " --allsource Generate a source-only tarball including downloaded sources")" echo "$(gettext " --asroot Allow makepkg to run as root user")" printf "$(gettext " --config <file> Use an alternate config file (instead of '%s')")\n" "$confdir/makepkg.conf" - echo "$(gettext " --holdver Prevent automatic version bumping for development PKGBUILDs")" + printf "$(gettext " --holdver Prevent automatic version bumping for development %ss")\n" "$BUILDSCRIPT" echo "$(gettext " --pkg <list> Only build listed packages from a split package")" echo "$(gettext " --skipinteg Do not fail when integrity checks are missing")" echo "$(gettext " --source Generate a source-only tarball without downloaded sources")" |