1
0
Fork 0

{disk,net}devstat: fix typo in usage

This commit is contained in:
Jan Vcelak 2012-12-07 14:06:09 +01:00
parent c1b7f35546
commit 66d8e396db
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ function help()
"statistics for read/write operations.\n\n"
"usage: diskdevstat [update-interval] [total-duration] [display-histogram]\n\n"
" update-interval in seconds, the default is 5\n"
" total-interval in seconds, the default is 86400\n"
" total-duration in seconds, the default is 86400\n"
" display-histogram anything, unset by default\n"
);
}

View file

@ -29,7 +29,7 @@ function help()
"statistics for transmit/receive operations.\n\n"
"usage: netdevstat [update-interval] [total-duration] [display-histogram]\n\n"
" update-interval in seconds, the default is 5\n"
" total-interval in seconds, the default is 86400\n"
" total-duration in seconds, the default is 86400\n"
" display-histogram anything, unset by default\n"
);
}