summaryrefslogtreecommitdiffstats
path: root/src/virt-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/virt-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/virt-viewer-main.c')
-rw-r--r--src/virt-viewer-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/virt-viewer-main.c b/src/virt-viewer-main.c
index caef434..96e2e00 100644
--- a/src/virt-viewer-main.c
+++ b/src/virt-viewer-main.c
@@ -81,7 +81,7 @@ int main(int argc, char **argv)
N_("Display debugging information"), NULL },
{ "full-screen", 'f', 0, G_OPTION_ARG_NONE, &fullscreen,
N_("Open in full screen mode"), NULL },
- { "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, "-- DOMAIN-NAME|ID|UUID" },