]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
monmaptool: make clear you can set the fsid when making a new map.
authorGreg Farnum <gregory.farnum@dreamhost.com>
Sat, 31 Mar 2012 00:22:57 +0000 (17:22 -0700)
committerGreg Farnum <gregory.farnum@dreamhost.com>
Sat, 31 Mar 2012 00:22:57 +0000 (17:22 -0700)
Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
src/monmaptool.cc

index 0e8f859a52ecf099ad78cceb51e6afddd88cac77..70b30009d7696fe8ad94fca47f4bebf8f581dd18 100644 (file)
@@ -29,7 +29,7 @@ using namespace std;
 
 void usage()
 {
-  cout << " usage: [--print] [--create [--clobber]] [--add name 1.2.3.4:567] [--rm name] <mapfilename>" << std::endl;
+  cout << " usage: [--print] [--create [--clobber][--fsid uuid]] [--add name 1.2.3.4:567] [--rm name] <mapfilename>" << std::endl;
   exit(1);
 }