Commit 869fcabe authored by Phil Sutter's avatar Phil Sutter Committed by Stephen Hemminger

lnstat: describe -s option in help output

Signed-off-by: default avatarPhil Sutter <phil@nwl.cc>
parent 0198930b
...@@ -73,7 +73,10 @@ static int usage(char *name, int exit_code) ...@@ -73,7 +73,10 @@ static int usage(char *name, int exit_code)
fprintf(stderr, "\t-i --interval <intv>\t" fprintf(stderr, "\t-i --interval <intv>\t"
"Set interval to 'intv' seconds\n"); "Set interval to 'intv' seconds\n");
fprintf(stderr, "\t-k --keys k,k,k,...\tDisplay only keys specified\n"); fprintf(stderr, "\t-k --keys k,k,k,...\tDisplay only keys specified\n");
fprintf(stderr, "\t-s --subject [0-2]\t?\n"); fprintf(stderr, "\t-s --subject [0-2]\tControl header printing:\n");
fprintf(stderr, "\t\t\t\t0 = never\n");
fprintf(stderr, "\t\t\t\t1 = once\n");
fprintf(stderr, "\t\t\t\t2 = every 20 lines (default))\n");
fprintf(stderr, "\t-w --width n,n,n,...\tWidth for each field\n"); fprintf(stderr, "\t-w --width n,n,n,...\tWidth for each field\n");
fprintf(stderr, "\n"); fprintf(stderr, "\n");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment