From b0d0d868dff01dc4eda419d230c3483936f65155 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Tue, 5 Nov 2019 20:57:22 +0100 Subject: docs(readme): fix raw_mode example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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. -- cgit v1.2.3