[Spice-commits] server/tests
Frediano Ziglio
fziglio at kemper.freedesktop.org
Thu Sep 22 08:37:48 UTC 2016
server/tests/replay.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b74fe03f00bdbab1a642335fdb5647a014a22620
Author: Frediano Ziglio <fziglio at redhat.com>
Date: Wed Sep 21 16:29:53 2016 +0100
Capitalize option documentation
All other options are documented using initial capital case letter.
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
Acked-by: Jonathon Jongsma <jjongsma at redhat.com>
diff --git a/server/tests/replay.c b/server/tests/replay.c
index 86a7bab..467a344 100644
--- a/server/tests/replay.c
+++ b/server/tests/replay.c
@@ -322,7 +322,7 @@ int main(int argc, char **argv)
{ "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. Delays USEC microseconds before each command", "USEC" },
- { "skip", 0, 0, G_OPTION_ARG_INT, &skip, "skip 'slow' for the first n commands", NULL },
+ { "skip", 0, 0, G_OPTION_ARG_INT, &skip, "Skip 'slow' for the first n commands", NULL },
{ "count", 0, 0, G_OPTION_ARG_NONE, &print_count, "Print the number of commands processed", NULL },
{ G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_FILENAME_ARRAY, &file, "replay file", "FILE" },
{ NULL }
More information about the Spice-commits
mailing list