From: Joao Eduardo Luis Date: Sun, 15 Apr 2012 19:46:39 +0000 (+0100) Subject: test_idempotent_sequence: Output missing options on "usage". X-Git-Tag: v0.46~29 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5466ebc776dd10bde3d5979ea8a27bcafcb86967;p=ceph.git test_idempotent_sequence: Output missing options on "usage". Signed-off-by: Joao Eduardo Luis --- diff --git a/src/test/filestore/test_idempotent_sequence.cc b/src/test/filestore/test_idempotent_sequence.cc index 7ea282fbe630..7102d5fc2ee6 100644 --- a/src/test/filestore/test_idempotent_sequence.cc +++ b/src/test/filestore/test_idempotent_sequence.cc @@ -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; }