]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephfs: fix the stripe_count documentation.
authorGreg Farnum <gregory.farnum@dreamhost.com>
Thu, 25 Aug 2011 16:24:58 +0000 (09:24 -0700)
committerGreg Farnum <gregory.farnum@dreamhost.com>
Thu, 25 Aug 2011 19:51:06 +0000 (12:51 -0700)
Whoops!

Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
src/cephfs.cc

index 70198173d558387efe257d009e8cbbfc649bca92..c7b00c915e6e86c4673a4c61d38c43e51d70d52d 100644 (file)
@@ -131,7 +131,7 @@ void usage() {
   cerr << "Options:" << endl;
   cerr << "   Useful for setting layouts:" << endl;
   cerr << "   --stripe_unit, -u:  set the size of each stripe" << endl;
-  cerr << "   --stripe_count, -c: set the number of stripes per object" << endl;
+  cerr << "   --stripe_count, -c: set the number of objects to stripe across" << endl;
   cerr << "   --object_size, -s:  set the size of the objects to stripe across" << endl;
   cerr << "   --pool, -p:         set the pool to use" << endl;
   cerr << "   --osd, -o:          set the preferred osd to use as primary" << endl;