diff options
author | Allan McRae <allan@archlinux.org> | 2009-05-11 01:16:51 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2009-05-14 16:30:02 +1000 |
commit | 5e32928a42366fd3df27ffe108b44fcfe35617dd (patch) | |
tree | 5f694d7d035437e85bb638141fbe4131f079b431 /scripts | |
parent | de44a0f474f4e78359b890644645bd7e153983d2 (diff) |
makepkg: Document package splitting
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
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")" |