[Pvfs2-cvs] commit by pcarns in pvfs2-1/src/apps/admin: pvfs2-cp.c

CVS commit program cvs at parl.clemson.edu
Tue Jul 7 10:09:27 EDT 2009


Update of /projects/cvsroot/pvfs2-1/src/apps/admin
In directory parlweb1:/tmp/cvs-serv25699

Modified Files:
	pvfs2-cp.c 
Log Message:
note that the -b argument in pvfs2-cp should be specified in bytes;
suggested by Dries Kimpe


Index: pvfs2-cp.c
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/apps/admin/pvfs2-cp.c,v
diff -p -u -r1.27 -r1.28
--- pvfs2-cp.c	20 Nov 2008 01:16:44 -0000	1.27
+++ pvfs2-cp.c	7 Jul 2009 14:09:27 -0000	1.28
@@ -298,7 +298,7 @@ static void usage(int argc, char** argv)
     fprintf(stderr, "Where ARGS is one or more of"
 	"\n-s <strip_size>\t\t\tsize of access to PVFS2 volume"
 	"\n-n <num_datafiles>\t\tnumber of PVFS2 datafiles to use"
-	"\n-b <buffer_size>\t\thow much data to read/write at once"
+	"\n-b <buffer_size in bytes>\thow much data to read/write at once"
 	"\n-t\t\t\t\tprint some timing information"
 	"\n-v\t\t\t\tprint version number and exit\n");
     return;



More information about the Pvfs2-cvs mailing list