From: adilger Date: Fri, 19 Dec 2008 18:57:58 +0000 (+0000) Subject: Branch b1_8 X-Git-Tag: v1_8_0_110~380 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=8d8d77285604c43430d737f4496b76697c60d58c;p=fs%2Flustre-release.git Branch b1_8 Use "lfs pool_list" instead of "poollist" to match the other pool commands like "lctl pool_list", etc. b=18079 i=johann --- diff --git a/lustre/utils/lfs.c b/lustre/utils/lfs.c index 631e070f..5397f81 100644 --- a/lustre/utils/lfs.c +++ b/lustre/utils/lfs.c @@ -119,9 +119,9 @@ command_t cmdlist[] = { "directory or recursively for all files in a directory tree.\n" "usage: getstripe [--obd|-O ] [--quiet | -q] [--verbose | -v]\n" " [--recursive | -r] ..."}, - {"poollist", lfs_poollist, 0, + {"pool_list", lfs_poollist, 0, "List pools or pool OSTs\n" - "usage: poollist [.] | \n"}, + "usage: pool_list [.] | \n"}, {"find", lfs_find, 0, "To find files that match given parameters recursively in a directory tree.\n" "usage: find ... \n"