Skip to content

Commit

Permalink
Fix README typo (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihommani committed Oct 2, 2023
1 parent 24abc03 commit 5b995cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Example commands:
python3.9 bin/uls.py --input etp --feed threat --output raw

# EAA - ACCESS to TCP
python3.9 bin/uls.py --input eaa --feed access -output tcp --host 10.99.10.99 --port 8081
python3.9 bin/uls.py --input eaa --feed access --output tcp --host 10.99.10.99 --port 8081
```
For more information, please visit [this document](./docs/COMMAND_LINE_USAGE.md)

Expand Down

0 comments on commit 5b995cf

Please sign in to comment.