1
0
Fork 0

systemtap {disk,net}devstat: fix typo in usage

This commit is contained in:
Jan Vcelak 2012-12-07 14:03:52 +01:00
parent aba4392209
commit 045e1ac5fb
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,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

@ -27,7 +27,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"
);
}