lint: get rid of -p/--pedantic

Only one check was left, and it's of little use anyway.
This commit is contained in:
Daniel Martí 2015-06-07 14:05:29 +02:00
parent 5f894f1d38
commit d0a10e05d9
2 changed files with 3 additions and 15 deletions

View file

@ -197,8 +197,8 @@ __complete_rewritemeta() {
}
__complete_lint() {
opts="-v -q -p"
lopts="--verbose --quiet --pedantic"
opts="-v -q"
lopts="--verbose --quiet"
case "${cur}" in
-*)
__complete_options