summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2009-05-10 17:16:51 +0200
committerAllan McRae <allan@archlinux.org>2009-05-14 08:30:02 +0200
commit5e32928a42366fd3df27ffe108b44fcfe35617dd (patch)
tree5f694d7d035437e85bb638141fbe4131f079b431 /scripts
parentde44a0f474f4e78359b890644645bd7e153983d2 (diff)
downloadpacman-5e32928a42366fd3df27ffe108b44fcfe35617dd.tar.gz
pacman-5e32928a42366fd3df27ffe108b44fcfe35617dd.tar.xz
makepkg: Document package splitting
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts')
-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 ebc19bcb..fefcc73a 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -1308,7 +1308,7 @@ usage() {
printf "$(gettext " -p <buildscript> Use an alternate build script (instead of '%s')")\n" "$BUILDSCRIPT"
echo "$(gettext " -r, --rmdeps Remove installed dependencies after a successful build")"
# fix flyspray feature request #2978
- echo "$(gettext " -R, --repackage Repackage contents of pkg/ without building")"
+ echo "$(gettext " -R, --repackage Repackage contents of the package without rebuilding")"
echo "$(gettext " -s, --syncdeps Install missing dependencies with pacman")"
echo "$(gettext " --allsource Generate a source-only tarball including downloaded sources")"
echo "$(gettext " --asroot Allow makepkg to run as root user")"