Skip to content

Commit

Permalink
Update README.md in spotlight_quick_report.py to show debugging funct…
Browse files Browse the repository at this point in the history
…ionality
  • Loading branch information
okewoma authored Jun 28, 2024
1 parent b2747e0 commit ea76bb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/spotlight/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,11 @@ If you wish to allow duplicate matches to be present within your report, pass th
python3 spotlight_quick_report.py -k $FALCON_CLIENT_ID -s $FALCON_CLIENT_SECRET -a
```
#### Debugging
If you to debug code and quickly find errors within code `--debug` argument.
If you want to debug code and quickly find errors within code `--debug` argument.
```shell
python3 spotlight_quick_report.py -k $FALCON_CLIENT_ID -s $FALCON_CLIENT_SECRET --debug
```
#### Command-line help
Command-line help is available via the `-h` argument.
Expand Down

0 comments on commit ea76bb1

Please sign in to comment.