From: Adam Crume Date: Mon, 21 Jul 2014 18:12:48 +0000 (-0700) Subject: rbd-replay: Add --latency-multiplier option to usage statement X-Git-Tag: v0.86~231^2~50 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ffc9d05b7f0d7a397b25aca2e8b3de6ea502ee65;p=ceph.git rbd-replay: Add --latency-multiplier option to usage statement Signed-off-by: Adam Crume --- diff --git a/src/rbd_replay/rbd-replay.cc b/src/rbd_replay/rbd-replay.cc index 74af6d97a04b..a42091c864bf 100644 --- a/src/rbd_replay/rbd-replay.cc +++ b/src/rbd_replay/rbd-replay.cc @@ -34,6 +34,8 @@ static const char* get_remainder(const char *string, const char *prefix) { static void usage(const char* program) { cout << "Usage: " << program << " --conf= " << std::endl; + cout << "Options:" << endl; + cout << " --latency-multiplier Multiplies inter-request latencies. Default: 1" << endl; } int main(int argc, const char **argv) {