From d16cbea25385416bce317ae4039204641aaba935 Mon Sep 17 00:00:00 2001 From: wangchao Date: Thu, 11 Dec 2003 08:29:09 +0000 Subject: [PATCH] a trivial fix to add description for lfs commands --- lustre/utils/lfs.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lustre/utils/lfs.c b/lustre/utils/lfs.c index 8f20c8e..7125bdd 100644 --- a/lustre/utils/lfs.c +++ b/lustre/utils/lfs.c @@ -56,19 +56,21 @@ static int lfs_catinfo(int argc, char **argv); /* all avaialable commands */ command_t cmdlist[] = { {"setstripe", lfs_setstripe, 0, - "blah...\n" + "To create a new file with a specific striping pattern.\n" "usage: setstripe \n" "\tstripe size: Number of bytes in each stripe (0 default)\n" "\tstripe start: OST index of first stripe (-1 default)\n" "\tstripe count: Number of OSTs to stripe over (0 default)"}, {"find", lfs_find, 0, - "blah...\n" + "To list the extended attributes for a given filename or files in a directory " + "or recursively for all files in a directory tree.\n" "usage: find [--obd ] [--quiet | --verbose] [--recursive] ..."}, {"getstripe", lfs_getstripe, 0, - "blah...\n" + "To list the striping pattern for given filename.\n" "usage:getstripe "}, {"check", lfs_check, 0, - "blah...\n" + "Display the status of MDS or OSTs (as specified in the command) " + "or all the servers (MDS and OSTs).\n" "usage: check "}, {"catinfo", lfs_catinfo, 0, "Show information of specified type logs.\n" -- 1.8.3.1