[Spice-commits] server/tests
Frediano Ziglio
fziglio at kemper.freedesktop.org
Tue Dec 22 08:46:52 PST 2015
server/tests/replay.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cc5fa8fa9bcb0dbb414f308186f963aa702490cb
Author: Frediano Ziglio <fziglio at redhat.com>
Date: Tue Dec 22 15:39:26 2015 +0000
replay: better help for -s option
-s accepts an option to delay command queueing.
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
Acked-by: Marc-André Lureau <mlureau at redhat.com>
diff --git a/server/tests/replay.c b/server/tests/replay.c
index ef6c7fb..fce6400 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 }
};
More information about the Spice-commits
mailing list