diff options
author | Dan McGee <dan@archlinux.org> | 2008-07-31 04:53:02 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-08-04 20:02:58 +0200 |
commit | 692ea72822e6cf11930fc8f85afd23c1b65f1e8e (patch) | |
tree | d1ea42e6e87679013c319bf8981af6d5043cd430 /scripts/makepkg.sh.in | |
parent | fabf7ad6c4d9e0a45bf0957d93d810a361db7418 (diff) | |
download | pacman-692ea72822e6cf11930fc8f85afd23c1b65f1e8e.tar.gz pacman-692ea72822e6cf11930fc8f85afd23c1b65f1e8e.tar.xz |
makepkg: Clarify usage instructions for --allsource/--source
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts/makepkg.sh.in')
-rw-r--r-- | scripts/makepkg.sh.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 041b4605..22af7fd4 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -1086,9 +1086,10 @@ usage() { # fix flyspray feature request #2978 echo "$(gettext " -R, --repackage Repackage contents of pkg/ without building")" 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")" echo "$(gettext " --holdver Prevent automatic version bumping for development PKGBUILDs")" - echo "$(gettext " --source Do not build package; generate a source-only tarball")" + echo "$(gettext " --source Generate a source-only tarball without downloaded sources")" echo echo "$(gettext "These options can be passed to pacman:")" echo |