summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--completions/cppcheck4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/cppcheck b/completions/cppcheck
index 323d799e..b7f9bcbb 100644
--- a/completions/cppcheck
+++ b/completions/cppcheck
@@ -56,8 +56,8 @@ _cppcheck()
return
;;
--platform)
- COMPREPLY=( $( compgen -W 'unix32 unix64 win32A win32W win64' \
- -- "$cur" ) )
+ COMPREPLY=( $( compgen -W 'unix32 unix64 win32A win32W win64
+ native' -- "$cur" ) )
return
;;
-rp|--relative-paths)