Skip to content

Commit 61a914e

Browse files
author
Y
authored
chore: additional README update (#37)
1 parent ab27281 commit 61a914e

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
@@ -33,7 +33,7 @@ positional arguments:
3333
3434
optional arguments:
3535
-h, --help show this help message and exit
36-
-i, --interactive **toggle the interactive CLI**
36+
-i, --interactive **toggle the interactive CLI**
3737
-v, --verbose print additional logs
3838
-m MAX_RESULTS, --max-results MAX_RESULTS
3939
(int) max results to query
@@ -46,7 +46,7 @@ optional arguments:
4646
### Usage:
4747
Run `python3.9 mine-issues.py <QUERY>` with the following optional parameters:
4848

49-
`-i` or `--interface`: will cause the script to trigger the interactive CLI and ignore all other params. See screenshot above of the interface.
49+
`-i` or `--interactive`: will cause the script to trigger the interactive CLI and ignore all other params. See screenshot above of the interface.
5050

5151
`-v` or `--verbose`: will print out extra logging such as printing out the entire result object in neat JSON format.
5252

0 commit comments

Comments
 (0)