Skip to content

Commit 5a5c62d

Browse files
committed
fix(cppcheck): include 1 as completions
1 parent 3852a7d commit 5a5c62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/cppcheck

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ _comp_cmd_cppcheck()
4444
-j)
4545
local ret
4646
_comp_get_ncpus
47-
_comp_compgen -- -W "{2..$ret}"
47+
_comp_compgen -- -W "{1..$ret}"
4848
return
4949
;;
5050
--language | -x)

0 commit comments

Comments
 (0)