summaryrefslogtreecommitdiffstats
path: root/src/remote-viewer-main.c
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2013-07-03 18:27:44 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2013-07-03 21:18:41 +0200
commit9ca68938da40517b6a8723619104edc3799f0c15 (patch)
treefab16199c39896a82773b605985cf34d4b2cea17 /src/remote-viewer-main.c
parent9cad9ae00cde9d7bc13bbbcc3fd9479862f252a8 (diff)
downloadvirt-viewer-9ca68938da40517b6a8723619104edc3799f0c15.tar.gz
virt-viewer-9ca68938da40517b6a8723619104edc3799f0c15.tar.xz
virt-viewer-9ca68938da40517b6a8723619104edc3799f0c15.zip
Use -H instead of -h for the short --hotkeys
-h conflicts with the short version of --help. Fixes rhbz#980846
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 3838d5e..820a676 100644
--- a/src/remote-viewer-main.c
+++ b/src/remote-viewer-main.c
@@ -137,7 +137,7 @@ main(int argc, char **argv)
{ "spice-controller", '\0', 0, G_OPTION_ARG_NONE, &controller,
N_("Open connection using Spice controller communication"), NULL },
#endif
- { "hotkeys", 'h', 0, G_OPTION_ARG_STRING, &hotkeys,
+ { "hotkeys", 'H', 0, G_OPTION_ARG_STRING, &hotkeys,
N_("Customise hotkeys"), NULL },
{ G_OPTION_REMAINING, '\0', 0, G_OPTION_ARG_STRING_ARRAY, &args,
NULL, "-- URI" },