Skip to content

Commit

Permalink
Fix cstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyhutter committed May 18, 2016
1 parent 8bfa0d6 commit a05f1b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/zpool/zpool_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,8 @@ get_usage(zpool_help_t idx) {
"[-R root] [-F [-n]]\n"
"\t <pool | id> [newpool]\n"));
case HELP_IOSTAT:
return (gettext("\tiostat [-T d | u] [-ghHLpPvy] [[-lq]|[-r|-w]]\n"
return (gettext("\tiostat [-T d | u] [-ghHLpPvy] "
"[[-lq]|[-r|-w]]\n"
"\t [[pool ...]|[pool vdev ...]|[vdev ...]] "
"[interval [count]]\n"));
case HELP_LABELCLEAR:
Expand Down

0 comments on commit a05f1b8

Please sign in to comment.