summaryrefslogtreecommitdiff
path: root/completions/cppcheck
diff options
context:
space:
mode:
Diffstat (limited to 'completions/cppcheck')
-rw-r--r--completions/cppcheck4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/cppcheck b/completions/cppcheck
index 2e487f81..ebc3ba3b 100644
--- a/completions/cppcheck
+++ b/completions/cppcheck
@@ -51,8 +51,8 @@ _cppcheck()
return
;;
--std)
- COMPREPLY=( $(compgen -W 'c89 c99 c11 c++03 c++11 posix' \
- -- "$cur") )
+ COMPREPLY=( $(compgen -W 'c89 c99 c11 c++03 c++11 c++14 c++17
+ c++20' -- "$cur") )
return
;;
--platform)