Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrinkiani committed Jan 26, 2024
1 parent 4c6425d commit 901ee77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ ModelScan supports the following arguments via the CLI:
| ```modelscan -p /path/to/model_file``` | -p or --path | Scan a locally stored model |
| ```modelscan -p /path/to/model_file --settings-file ./modelscan-settings.toml``` | --settings-file | Scan a locally stored model using custom configurations |
| ```modelscan create-settings-file``` | -l or --location | Create a configurable settings file |
| ```modelscan -r``` | -r or --reporting-format | Format of the output. Options are console, json, or custom (to be defined in settings-file). Default is console. |
| ```modelscan -r reporting-format -o file-name.format``` | -o or --output-file | Optional file name for output report |
| ```modelscan -l``` | -l, --log | level of log messages to display (default:INFO). Other options are CRITICAL, ERROR, WARNING, and DEBUG |
| ```modelscan -r``` | -r or --reporting-format | Format of the output. Options are console, json, or custom (to be defined in settings-file). Default is console |
| ```modelscan -r reporting-format -o file-name``` | -o or --output-file | Optional file name for output report |
| ```modelscan -l``` | -l, --log | Level of log messages to display (default:INFO). Other options are CRITICAL, ERROR, WARNING, and DEBUG |
| ```modelscan --show-skipped``` | --show-skipped | Print a list of files that were skipped during the scan |


Expand Down

0 comments on commit 901ee77

Please sign in to comment.