summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2011-07-08 15:01:37 +0200
committerDan McGee <dan@archlinux.org>2011-07-14 22:49:13 +0200
commit6907a22b275859dcdf4c80ac6df87099414b0b04 (patch)
tree22699ab05ada6ac10b8c46c67d01b9c870d75300 /scripts
parent727e03fe198e58e53434ad445e6156f06daf5e94 (diff)
downloadpacman-6907a22b275859dcdf4c80ac6df87099414b0b04.tar.gz
pacman-6907a22b275859dcdf4c80ac6df87099414b0b04.tar.xz
makepkg: remove unused -C option from option list
We nuke it from the completion file as well along with its longopt. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@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 546e1e77..14479f8a 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -1748,7 +1748,7 @@ fi
ARGLIST=("$@")
# Parse Command Line Options.
-OPT_SHORT="AcCdefFghiLmop:rRsV"
+OPT_SHORT="AcdefFghiLmop:rRsV"
OPT_LONG="allsource,asroot,ignorearch,check,clean,nodeps"
OPT_LONG+=",noextract,force,forcever:,geninteg,help,holdver"
OPT_LONG+=",install,key:,log,nocolor,nobuild,nocheck,nosign,pkg:,rmdeps"