summaryrefslogtreecommitdiffstats
path: root/src/remote-viewer-main.c
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@redhat.com>2014-07-01 15:10:48 -0500
committerJonathon Jongsma <jjongsma@redhat.com>2014-07-01 15:14:08 -0500
commit657d490e93764274a140794742dae96060e7d944 (patch)
tree7ff516c6a258028b0755e679aeca7dc398e7e31d /src/remote-viewer-main.c
parent4cf0a83781d82d53bfab352f9dc90ded85041659 (diff)
downloadvirt-viewer-657d490e93764274a140794742dae96060e7d944.tar.gz
virt-viewer-657d490e93764274a140794742dae96060e7d944.tar.xz
virt-viewer-657d490e93764274a140794742dae96060e7d944.zip
remote-viewer: mention vv-file in help output
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
Diffstat (limited to 'src/remote-viewer-main.c')
-rw-r--r--src/remote-viewer-main.c2
1 files changed, 1 insertions, 1 deletions
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 }
};