[virt-tools-list] [PATCH virt-viewer 1/2] remote-viewer: mention vv-file in help output
Jonathon Jongsma
jjongsma at redhat.com
Tue Jul 1 20:15:32 UTC 2014
The man page already has a description of the vv-file format, but the
--help output didn't mention it how to use it.
References: rhbz#970825
---
src/remote-viewer-main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/remote-viewer-main.c b/src/remote-viewer-main.c
index c0de02c..a84a732 100644
--- a/src/remote-viewer-main.c
+++ b/src/remote-viewer-main.c
@@ -104,7 +104,7 @@ main(int argc, char **argv)
N_("Open connection using Spice controller communication"), NULL },
#endif
{ G_OPTION_REMAINING, '\0', 0, G_OPTION_ARG_STRING_ARRAY, &args,
- NULL, "-- URI" },
+ NULL, "URI|VV-FILE" },
{ NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL }
};
--
1.9.3
More information about the virt-tools-list
mailing list