Blame SOURCES/0031-remote-viewer-mention-vv-file-in-help-output.patch
|
|
4ab194 |
From 1d458688d31c29028f7efa8efc1502230f428b29 Mon Sep 17 00:00:00 2001
|
|
|
4ab194 |
From: Jonathon Jongsma <jjongsma@redhat.com>
|
|
|
4ab194 |
Date: Tue, 1 Jul 2014 15:10:48 -0500
|
|
|
4ab194 |
Subject: [PATCH] remote-viewer: mention vv-file in help output
|
|
|
4ab194 |
|
|
|
4ab194 |
The man page already has a description of the vv-file format, but the
|
|
|
4ab194 |
--help output didn't mention it how to use it.
|
|
|
4ab194 |
|
|
|
4ab194 |
References: rhbz#970825
|
|
|
4ab194 |
---
|
|
|
4ab194 |
src/remote-viewer-main.c | 2 +-
|
|
|
4ab194 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
4ab194 |
|
|
|
4ab194 |
diff --git a/src/remote-viewer-main.c b/src/remote-viewer-main.c
|
|
|
4ab194 |
index 505074e..5533098 100644
|
|
|
4ab194 |
--- a/src/remote-viewer-main.c
|
|
|
4ab194 |
+++ b/src/remote-viewer-main.c
|
|
|
4ab194 |
@@ -104,7 +104,7 @@ main(int argc, char **argv)
|
|
|
4ab194 |
N_("Open connection using Spice controller communication"), NULL },
|
|
|
4ab194 |
#endif
|
|
|
4ab194 |
{ G_OPTION_REMAINING, '\0', 0, G_OPTION_ARG_STRING_ARRAY, &args,
|
|
|
4ab194 |
- NULL, "-- URI" },
|
|
|
4ab194 |
+ NULL, "URI|VV-FILE" },
|
|
|
4ab194 |
{ NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL }
|
|
|
4ab194 |
};
|
|
|
4ab194 |
|