From 9999c427983884dfdfa249e6d75f901bc76c0308 Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 19 Dec 2008 18:06:02 +0000 Subject: [PATCH] Branch HEAD 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/utils/lfs.c b/lustre/utils/lfs.c index a498a08..0e213cd 100644 --- a/lustre/utils/lfs.c +++ b/lustre/utils/lfs.c @@ -133,9 +133,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