Skip to content

Commit 3762eef

Browse files
authored
Update README.md
fixed non-existing CLI command
1 parent 1202882 commit 3762eef

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,12 @@ __ps__: `help` function in Python should always help you out.
210210
  As it shows in the help manual, it is quite easy to use:
211211

212212
```
213-
$ pcapkit --help
214-
usage: pcapkit [-h] [-V] [-o file-name] [-f format] [-j] [-p] [-t] [-a] [-v]
215-
[-F] [-E PKG] [-P PROTOCOL] [-L LAYER]
216-
input-file-name
213+
$ pcapkit-cli --help
214+
usage: pcapkit-cli [-h] [-V] [-o file-name] [-f format] [-j] [-p] [-t] [-a]
215+
[-v] [-F] [-E PKG] [-P PROTOCOL] [-L LAYER]
216+
input-file-name
217217
218-
PCAP file extractor and formatted exporter
218+
PCAP file extractor and formatted dumper
219219
220220
positional arguments:
221221
input-file-name The name of input pcap file. If ".pcap" omits, it will
@@ -245,8 +245,8 @@ optional arguments:
245245
-v, --verbose Show more information.
246246
-F, --files Split each frame into different files.
247247
-E PKG, --engine PKG Indicate extraction engine. Note that except default
248-
engine, all other engines need support of corresponding
249-
packages.
248+
or pcapkit engine, all other engines need support of
249+
corresponding packages.
250250
-P PROTOCOL, --protocol PROTOCOL
251251
Indicate extraction stops after which protocol.
252252
-L LAYER, --layer LAYER

0 commit comments

Comments
 (0)