index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Anatol Pomozov <anatol.pomozov@gmail.com> | 2013-04-14 19:33:46 -0700 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-04-18 13:20:13 +1000 |
commit | 769facca22db733f0a70ce6a38062d37fe8d2579 (patch) | |
tree | f344a3ec31338568237ca4eeff0a4025b52ee0f5 /test/scripts | |
parent | 597286eb258f841dfc00f65474138fc6192f0092 (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..2862caec 100755 --- a/test/scripts/parseopts_test.sh +++ b/test/scripts/parseopts_test.sh @@ -83,7 +83,7 @@ parse '-p PKGBUILD --' 3 -pPKGBUILD # valid shortopts as a long opt parse '--' 1 --sir -# long opt wiht no optarg +# long opt with no optarg parse '--log --' 2 --log # long opt with missing optarg |