diff options
author | Dan McGee <dan@archlinux.org> | 2007-02-08 06:24:17 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-02-08 06:24:17 +0100 |
commit | a7df172bee9a0974594493c535e2494efaaed244 (patch) | |
tree | c18ad5045a89c0094de3f67566d1f59f7f67e228 /scripts | |
parent | 306914793cfe1ac55e4b85f5226f5c9491aa638a (diff) | |
download | pacman-a7df172bee9a0974594493c535e2494efaaed244.tar.gz pacman-a7df172bee9a0974594493c535e2494efaaed244.tar.xz |
* Nice overhaul of manpages. It is at least a start.
* Alphabetized options in pacman usage.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/makepkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg b/scripts/makepkg index d61335df..124f8d71 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -346,7 +346,7 @@ usage() { echo " -p <buildscript> Use an alternate build script (instead of '$BUILDSCRIPT')" echo " -r, --rmdeps Remove installed dependencies after a successful build" # fix flyspray feature request #2978 - echo " -R, --repackage Repackage contents of <startdir>/pkg without building" + echo " -R, --repackage Repackage contents of pkg/ without building" echo " -s, --syncdeps Install missing dependencies with pacman" echo " -S, --sudosync Install missing dependencies with pacman and sudo" echo |