cppcheck: Fix --error-exitcode argument handling.
This commit is contained in:
parent
a54857cd05
commit
44fdd5c827
@ -21,7 +21,7 @@ _cppcheck()
|
||||
missingInclude' -- "$cur" ) )
|
||||
return
|
||||
;;
|
||||
--exitcode)
|
||||
--error-exitcode)
|
||||
COMPREPLY=( $( compgen -W '{0..255}' -- "$cur" ) )
|
||||
return
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user