From 8d8d77285604c43430d737f4496b76697c60d58c Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 19 Dec 2008 18:57:58 +0000 Subject: [PATCH] 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 --- lustre/utils/lfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 1.8.3.1