summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2015-12-22 15:39:26 +0000
committerChristophe Fergeau <cfergeau@redhat.com>2016-01-07 18:18:15 +0100
commit8e60c5df3dee6b890a2f7fa8bdcae10efba1a071 (patch)
tree3acc5f2cf651fe034bb481fda66f6fb9cbe6b396
parentf44a63b8ecf64e5baed8f69cb04eafebe06bfadb (diff)
replay: better help for -s option
-s accepts an option to delay command queueing. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Marc-André Lureau <mlureau@redhat.com>
-rw-r--r--server/tests/replay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/replay.c b/server/tests/replay.c
index 1d1f1bb6..3b1e09f3 100644
--- a/server/tests/replay.c
+++ b/server/tests/replay.c
@@ -291,7 +291,7 @@ int main(int argc, char **argv)
{ "compression", 'C', 0, G_OPTION_ARG_INT, &compression, "Compression (default 2)", "INT" },
{ "port", 'p', 0, G_OPTION_ARG_INT, &port, "Server port (default 5000)", "PORT" },
{ "wait", 'w', 0, G_OPTION_ARG_NONE, &wait, "Wait for client", NULL },
- { "slow", 's', 0, G_OPTION_ARG_INT, &slow, "Slow down replay", NULL },
+ { "slow", 's', 0, G_OPTION_ARG_INT, &slow, "Slow down replay. Delays USEC microseconds before each command", "USEC" },
{ G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_FILENAME_ARRAY, &file, "replay file", "FILE" },
{ NULL }
};