ifstat/nstat: fix help output alignment
Some lines use tabs while others use spaces. Use spaces everywhere. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
2c500a4dc2
commit
eca7a74219
|
|
@ -670,7 +670,7 @@ static void usage(void)
|
|||
" -n, --nooutput do history only\n"
|
||||
" -p, --pretty pretty print\n"
|
||||
" -r, --reset reset history\n"
|
||||
" -s, --noupdate don\'t update history\n"
|
||||
" -s, --noupdate don't update history\n"
|
||||
" -t, --interval=SECS report average over the last SECS\n"
|
||||
" -V, --version output version information\n"
|
||||
" -z, --zeros show entries with zero activity\n");
|
||||
|
|
|
|||
|
|
@ -533,7 +533,7 @@ static void usage(void)
|
|||
" -n, --nooutput do history only\n"
|
||||
" -p, --pretty pretty print\n"
|
||||
" -r, --reset reset history\n"
|
||||
" -s, --noupdate don\'t update history\n"
|
||||
" -s, --noupdate don't update history\n"
|
||||
" -t, --interval=SECS report average over the last SECS\n"
|
||||
" -V, --version output version information\n"
|
||||
" -z, --zeros show entries with zero activity\n");
|
||||
|
|
|
|||
Loading…
Reference in New Issue