]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test_idempotent_sequence: Output missing options on "usage".
authorJoao Eduardo Luis <jecluis@gmail.com>
Sun, 15 Apr 2012 19:46:39 +0000 (20:46 +0100)
committerSage Weil <sage@newdream.net>
Fri, 20 Apr 2012 23:51:52 +0000 (16:51 -0700)
Signed-off-by: Joao Eduardo Luis <jecluis@gmail.com>
src/test/filestore/test_idempotent_sequence.cc

index 7ea282fbe63053b48124442dc063fa15a9769c5b..7102d5fc2ee613cde20f66b7132c7577d1aa3c4c 100644 (file)
@@ -48,7 +48,7 @@ void usage(const char *name, std::string command = "") {
   }
   std::cout << "usage: " << name << " " << more << " [options]" << std::endl;
 
-  std::cout << "\
+  std::cout << "\n\
 Commands:\n\
   " << diff << "\n\
   " << get_last_op << "\n\
@@ -64,6 +64,8 @@ Global Options:\n\
 Test-specific Options:\n\
   --test-seed VAL                     Seed to run the test\n\
   --test-status-file PATH             Path to keep the status file\n\
+  --test-num-colls VAL                Number of collections to create on init\n\
+  --test-num-objs VAL                 Number of objects to create on init\n\
 " << std::endl;
 }