From 305074a40082a9506b47bb5171412bb85f907486 Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 19 Dec 2008 18:03:05 +0000 Subject: [PATCH] Branch b1_8 Use "lfs pool_list" instead of "poollist", to match all of the other commands like "lctl pool_list" and "lctl pool_*" that have underscores. 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 e58e43c..bf2fb8b 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