[Pvfs2-cvs] commit by slang in pvfs2/src/apps/kernel/linux: pvfs2-client.c

CVS commit program cvs at parl.clemson.edu
Thu Apr 2 17:35:09 EST 2009


Update of /projects/cvsroot/pvfs2/src/apps/kernel/linux
In directory parlweb1:/tmp/cvs-serv15855/src/apps/kernel/linux

Modified Files:
	pvfs2-client.c 
Log Message:
add --desc-count/size to --help text.


Index: pvfs2-client.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/kernel/linux/pvfs2-client.c,v
diff -p -u -r1.30 -r1.31
--- pvfs2-client.c	10 Dec 2008 16:19:29 -0000	1.30
+++ pvfs2-client.c	2 Apr 2009 22:35:09 -0000	1.31
@@ -469,6 +469,8 @@ static void print_help(char *progname)
     printf("--gossip-mask=MASK_LIST       gossip logging mask\n");
     printf("-p PATH, --path PATH          execute pvfs2-client at "
            "PATH\n");
+    printf("--desc-count=VALUE            overrides the default # of kernel buffer descriptors\n");
+    printf("--desc-size=VALUE             overrides the default size of each kernel buffer descriptor\n");
     printf("--logstamp=none|usec|datetime override default log message time stamp format\n");
     printf("--logtype=file|syslog         specify writing logs to file or syslog\n");
     printf("--events=EVENTS               enable tracing of certain EVENTS\n");



More information about the Pvfs2-cvs mailing list