Skip to content

Commit

Permalink
Fix typo in sensor download README
Browse files Browse the repository at this point in the history
  • Loading branch information
okewoma authored and jshcodes committed Jul 18, 2024
1 parent ed70335 commit e584967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/sensor_download/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ Filters described above are applied to select the appropriate version to downloa
python3 download_sensor.py -k $FALCON_CLIENT_ID -s $FALCON_CLIENT_SECRET -o centos -v 7 -d
```
##### Activating Debugging
This exmaple shows how you can activate debugging functionality when you run download_senor.py.
This example shows how you can activate debugging functionality when you run download_senor.py.

```shell
python3 download_sensor.py -k $FALCON_CLIENT_ID -s $FALCON_CLIENT_SECRET -debug
```
##### Allowing Access to GovCloud Users
This exmaple shows how you GovCloud user can access sensor_download.py.
This example shows how you GovCloud user can access sensor_download.py.

```shell
python3 download_sensor.py -k $FALCON_CLIENT_ID -s $FALCON_CLIENT_SECRET -b
Expand Down

0 comments on commit e584967

Please sign in to comment.