Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit 7528b4c

Browse files
authored
Update README.md
remove '$' from examples
1 parent c5c3b31 commit 7528b4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ required arguments:
101101
### Example 1:
102102

103103
```shell
104-
$ python cs_scanimage.py --clientid FALCON_CLIENT_ID --repo <repo> --tag <tag> --cloud-region <cloud_region>
104+
python cs_scanimage.py --clientid FALCON_CLIENT_ID --repo <repo> --tag <tag> --cloud-region <cloud_region>
105105

106106
please enter password to login
107107
Password:
@@ -135,7 +135,7 @@ The default value to return a non-zero error code for vulnerabilties is one high
135135
The example below will accomodate vulnerabilities with a sum of 1500.
136136
137137
```shell
138-
$ python cs_scanimage.py --clientid FALCON_CLIENT_ID --repo <repo> --tag <tag> \
138+
python cs_scanimage.py --clientid FALCON_CLIENT_ID --repo <repo> --tag <tag> \
139139
--cloud-region <cloud_region> -s 1500
140140

141141
```

0 commit comments

Comments
 (0)