Skip to content

Commit

Permalink
[FIX] Fixed wrong help description on pcap mode
Browse files Browse the repository at this point in the history
  • Loading branch information
SkuldNorniern committed May 2, 2023
1 parent cf916c7 commit 5762626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ fn cli() -> Command {
.about("Collect packet and save to .pcap file")
.arg(
Arg::new("pcap")
.help("Name of the input pcap file [Required]")
.help("Name of the output pcap files title [Required]")
.short('p')
.long("pcap")
.required(true),
Expand Down

0 comments on commit 5762626

Please sign in to comment.