Fix typo. in CODING.md
authorColin Clark <cclark@carbon>
Sat, 4 Dec 2021 11:16:33 +0000 (11:16 +0000)
committerColin Clark <cclark@carbon>
Sat, 4 Dec 2021 11:16:33 +0000 (11:16 +0000)
CODING.md

index d19eb0e..de2c399 100644 (file)
--- a/CODING.md
+++ b/CODING.md
@@ -225,7 +225,7 @@ This shell script is part of the Geeqie project and will compile Geeqie with var
 A lint-style program may be used, e.g.
 
 ```sh
-cppcheck --language=c --library=gtk --enable=all --force  -USA_SIGINFO -UZD_EXPORT -Ugettext_noop -DG_KEY_FILE_DESKTOP_GROUP --template=gcc -I. --quiet --suppressions-list=<suppressions file>
+cppcheck --language=c --library=gtk --enable=all --force  -USA_SIGINFO -UZD_EXPORT -Ugettext_noop -DG_KEY_FILE_DESKTOP_GROUP --template=gcc -I .. --quiet --suppressions-list=<suppressions file>
 ```
 
 Where the suppressions file might contain: