index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eric Bélanger <snowmaniscool@gmail.com> | 2013-04-28 22:42:22 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-04-30 21:04:21 +1000 |
commit | 9de33488bffffd4bb273f73f98a0ced40ba06f29 (patch) | |
tree | 96959a555ed012e1d3259b1cb2cc6efd6e371e93 /test/scripts/parseopts_test.sh | |
parent | b8c84479712f021735466d9882bf8ebbf1c558e4 (diff) |
-rwxr-xr-x | test/scripts/parseopts_test.sh | 2 |
diff --git a/test/scripts/parseopts_test.sh b/test/scripts/parseopts_test.sh index 1693b9f9..0d894c9a 100755 --- a/test/scripts/parseopts_test.sh +++ b/test/scripts/parseopts_test.sh @@ -18,7 +18,7 @@ fi OPT_SHORT="AcdefFghiLmop:rRsV" OPT_LONG=('allsource' 'asroot' 'ignorearch' 'check' 'clean:' 'cleanall' 'nodeps' 'noextract' 'force' 'forcever:' 'geninteg' 'help' 'holdver' - 'install' 'key:' 'log' 'nocolor' 'nobuild' 'nocheck' 'nosign' 'pkg:' 'rmdeps' + 'install' 'key:' 'log' 'nocolor' 'nobuild' 'nocheck' 'noprepare' 'nosign' 'pkg:' 'rmdeps' 'repackage' 'skipinteg' 'sign' 'source' 'syncdeps' 'version' 'config:' 'noconfirm' 'noprogressbar') |