summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2019-11-05 20:57:22 +0100
committerGitHub <noreply@github.com>2019-11-05 20:57:22 +0100
commitb0d0d868dff01dc4eda419d230c3483936f65155 (patch)
tree1e5d0ff14372ee34ae918ca139b4cd31b0aae459 /README.md
parentaad8aa41f572c0604cbf2672d185058393f784b0 (diff)
docs(readme): fix raw_mode example
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3e3e0f6..1c28632 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ Note that since `what` sniffs network packets, it requires root privileges - so
### raw_mode
`what` also supports an easier-to-parse mode that can be piped or redirected to a file. For example, try:
```
-what -i eth0 | grep firefox
+what -i eth0 --raw | grep firefox
```
### Contributing
Contributions of any kind are very welcome. If you'd like a new feature (or found a bug), please open an issue or a PR.