Tweak help text
This commit is contained in:
parent
32b15ea937
commit
25ae77a8c1
1 changed files with 1 additions and 1 deletions
|
@ -22,5 +22,5 @@ pub fn print_usage() {
|
||||||
println!("Usage:");
|
println!("Usage:");
|
||||||
println!(" --help\t\t\tPrints help");
|
println!(" --help\t\t\tPrints help");
|
||||||
println!(" --netdev=<device_name>\tCheck network traffic on specified device");
|
println!(" --netdev=<device_name>\tCheck network traffic on specified device");
|
||||||
println!(" --interval-sec=<seconds>\tOutput at intervals of <seconds>");
|
println!(" --interval-sec=<seconds>\tOutput at intervals of <seconds> (default 5)");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue