Tweak help text

This commit is contained in:
Stephen Seo 2022-07-09 19:00:39 +09:00
parent 32b15ea937
commit 25ae77a8c1

View file

@ -22,5 +22,5 @@ pub fn print_usage() {
println!("Usage:");
println!(" --help\t\t\tPrints help");
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)");
}