summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2018-05-29 19:05:18 +0200
committerAllan McRae <allan@archlinux.org>2018-06-18 05:15:51 +0200
commit3a66b93be00b7a6b01a295bc203f91e663a133db (patch)
treeb2163d9e76554d7c050df015c31cd8e02490b2cf
parent930d50194754e9c75bc0d6d7ccc41ae8f4b4e5c4 (diff)
downloadpacman-3a66b93be00b7a6b01a295bc203f91e663a133db.tar.gz
pacman-3a66b93be00b7a6b01a295bc203f91e663a133db.tar.xz
makepkg: update help text to describe --packagelist's new behavior
In commit d8591dd3418d55c5736022ef003891fc03b953e0 when teaching --packagelist to print the full filepath for built arches only, I forgot to update the helptext at the same time as I updated the manpage. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
-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 e9080a70..d3527fb1 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -1180,7 +1180,7 @@ usage() {
printf -- "$(gettext " --nocheck Do not run the %s function in the %s")\n" "check()" "$BUILDSCRIPT"
printf -- "$(gettext " --noprepare Do not run the %s function in the %s")\n" "prepare()" "$BUILDSCRIPT"
printf -- "$(gettext " --nosign Do not create a signature for the package")\n"
- printf -- "$(gettext " --packagelist Only list packages that would be produced, without PKGEXT")\n"
+ printf -- "$(gettext " --packagelist Only list package filepaths that would be produced")\n"
printf -- "$(gettext " --printsrcinfo Print the generated SRCINFO and exit")\n"
printf -- "$(gettext " --sign Sign the resulting package with %s")\n" "gpg"
printf -- "$(gettext " --skipchecksums Do not verify checksums of the source files")\n"