]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Fix typo in usage output for --num-osds
authorSam Lang <samlang@gmail.com>
Wed, 8 Jun 2011 17:59:12 +0000 (12:59 -0500)
committerSage Weil <sage@newdream.net>
Wed, 8 Jun 2011 18:27:33 +0000 (11:27 -0700)
This patch fixes the typo in the usage description to match the actual argument string.

Signed-off-by: Sam Lang <samlang@gmail.com>
Signed-off-by: Sage Weil <sage@newdream.net>
src/crushtool.cc
src/test/cli/crushtool/help.t

index 6c48f290286e7bacba452534dd7723beb701e33f..057c0f8f870aa455c535d2157ec114d54878af44 100644 (file)
@@ -755,7 +755,7 @@ void usage()
   cout << "   --compile|-c map.txt  compile a map from source\n";
   cout << "   [-o outfile [--clobber]]\n";
   cout << "                         specify output for for (de)compilation\n";
-  cout << "   --build --num_osd N layer1 ...\n";
+  cout << "   --build --num_osds N layer1 ...\n";
   cout << "                         build a new map, where each 'layer' is\n";
   cout << "                           'name (uniform|straw|list|tree) size'\n";
   cout << "   -i mapfn --test       test a range of inputs on the map\n";
index 9acc868c7cf41031199d8c39a4cd8626799006bd..7f91c1cbc3dac94d57d022888310f730dbffbda0 100644 (file)
@@ -5,7 +5,7 @@
      --compile|-c map.txt  compile a map from source
      [-o outfile [--clobber]]
                            specify output for for (de)compilation
-     --build --num_osd N layer1 ...
+     --build --num_osds N layer1 ...
                            build a new map, where each 'layer' is
                              'name (uniform|straw|list|tree) size'
      -i mapfn --test       test a range of inputs on the map