Whamcloud - gitweb
Branch HEAD
authoradilger <adilger>
Fri, 19 Dec 2008 18:06:02 +0000 (18:06 +0000)
committeradilger <adilger>
Fri, 19 Dec 2008 18:06:02 +0000 (18:06 +0000)
Use "lfs pool_list" instead of "poollist" to match "lctl pool_list" and
other "pool_*" commands that have an underscore.
b=18079
i=johann

lustre/utils/lfs.c

index a498a08..0e213cd 100644 (file)
@@ -133,9 +133,9 @@ command_t cmdlist[] = {
          "directory or recursively for all files in a directory tree.\n"
          "usage: getstripe [--obd|-O <uuid>] [--quiet | -q] [--verbose | -v]\n"
          "                 [--recursive | -r] <dir|file> ..."},
-        {"poollist", lfs_poollist, 0,
+        {"pool_list", lfs_poollist, 0,
          "List pools or pool OSTs\n"
-         "usage: poollist <fsname>[.<poolname>] | <pathname>\n"},
+         "usage: pool_list <fsname>[.<poolname>] | <pathname>\n"},
         {"find", lfs_find, 0,
          "To find files that match given parameters recursively in a directory tree.\n"
          "usage: find <dir|file> ... \n"