Whamcloud - gitweb
Allow a count for lctl "destroy" to allow easy destroying of a sequence of
[fs/lustre-release.git] / lustre / utils / lctl.c
index c06ecb4..cd7be22 100644 (file)
@@ -153,8 +153,8 @@ command_t cmdlist[] = {
          "create <num> OST objects (with <mode>)\n"
          "usage: create [num [mode [verbose]]]"},
         {"destroy", jt_obd_destroy, 0,
-         "destroy OST object <objid>\n"
-         "usage: destroy <objid>"},
+         "destroy OST object <objid> [num [verbose]]\n"
+         "usage: destroy <num> objects, starting at objid <objid>"},
         {"test_getattr", jt_obd_test_getattr, 0,
          "do <num> getattrs (on OST object <objid> (objid+1 on each thread))\n"
          "usage: test_getattr <num> [verbose [[t]objid]]"},