diff --git a/analysis/parser/RawTextParser/README.md b/analysis/parser/RawTextParser/README.md index 6fb0614719..aee844f5d1 100644 --- a/analysis/parser/RawTextParser/README.md +++ b/analysis/parser/RawTextParser/README.md @@ -47,7 +47,7 @@ ccsh rawtextparser foo/bar/project ``` ``` -ccsh rawtextparser foo.txt --max-indentation-level=6 tabWidth=4 --metrics=IndentationLevel +ccsh rawtextparser foo.txt --max-indentation-level=6 tab-width=4 --metrics=IndentationLevel ``` ``` diff --git a/gh-pages/_docs/04-03-rawtextparser.md b/gh-pages/_docs/04-03-rawtextparser.md index 28e3b2e324..6fb71b471c 100644 --- a/gh-pages/_docs/04-03-rawtextparser.md +++ b/gh-pages/_docs/04-03-rawtextparser.md @@ -43,7 +43,7 @@ ccsh rawtextparser foo/bar/project ``` ``` -ccsh rawtextparser foo.txt --max-indentation-level=6 tabWidth=4 --metrics=IndentationLevel +ccsh rawtextparser foo.txt --max-indentation-level=6 tab-width=4 --metrics=IndentationLevel ``` ```