systemtap {disk,net}devstat: fix typo in usage
This commit is contained in:
parent
aba4392209
commit
045e1ac5fb
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue