Skip to content

Commit

Permalink
[cqfn#205] Fix verbose option description
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed Jan 17, 2024
1 parent 29e2914 commit e778184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ $ pdd [--verbose] [--quiet] [--remove] [--skip-gitignore] [--skip-errors] \
```
| Parameter | Description |
|-------------------------|---------------------------------------------------------------------------------------|
| --verbose | Enable verbose (debug) mode. --file must be used in case of using |
| --verbose | Enable verbose (debug) mode. --file must be used in case of using this option |
| --quiet | Disable logs |
| --remove | Remove all found puzzles from the source code |
| --skip-gitignore | Don't look into .gitignore for excludes |
| --skip-errors | Suppress error as warning and skip badly formatted puzzles (do not skip broken rules) |
| --source <project-path> | Source directory to parse ("." by default) |
| --file puzzles.xml | File to save report into (xml of html) (displayed in console by default) |
| --file puzzles.xml | File to save report into (xml of html) (displayed in console by default) |
| --include *.py | Glob pattern to exclude (can be used several times) |
| --exclude *.java | Glob pattern to exclude (can be used several times) |
| --format xml | Format of the report xml or html (xml is default) |
Expand Down

0 comments on commit e778184

Please sign in to comment.