diff options
Diffstat (limited to 'sbin/geom/class/raid3/geom_raid3.c')
-rw-r--r-- | sbin/geom/class/raid3/geom_raid3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/geom/class/raid3/geom_raid3.c b/sbin/geom/class/raid3/geom_raid3.c index b45b5a7..55b1056 100644 --- a/sbin/geom/class/raid3/geom_raid3.c +++ b/sbin/geom/class/raid3/geom_raid3.c @@ -106,7 +106,7 @@ usage(const char *comm) " %s rebuild [-v] name prov\n" " %s insert [-hv] <-n number> name prov\n" " %s remove [-v] <-n number> name\n" - " %s stop [-fv] name\n", + " %s stop [-fv] name [...]\n", comm, comm, comm, comm, comm, comm, comm, comm); exit(EXIT_FAILURE); } |