From 664eaa3241a5918a16029adcd67730b4db84f4d2 Mon Sep 17 00:00:00 2001 From: Fate-JH Date: Tue, 19 Dec 2023 14:51:35 -0500 Subject: [PATCH] fixing the readme to account for the -f flag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cb2dc178..f6a74e315 100644 --- a/README.md +++ b/README.md @@ -230,7 +230,7 @@ make install PREFIX=$HOME/.local ``` Now you can run the program like that: ``` -psf-decode-packets -o ./output-directory foo.gcap bar.gcap +psf-decode-packets -o ./output-directory -f foo.gcap bar.gcap ``` By default, decodePackets takes in `.gcap` files, but it can also take gcapy ascii files with the `-p` option. Run `psf-decode-packets --help` to get usage info.