From 9c8bab302ccab374c652e81a76e1f9c4c9872775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Sat, 22 Nov 2008 01:45:47 +0100 Subject: [PATCH] Use -V instead of -v for --version --- docs/user/midori.txt | 2 +- midori/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user/midori.txt b/docs/user/midori.txt index 26e41383..bd246ab6 100644 --- a/docs/user/midori.txt +++ b/docs/user/midori.txt @@ -129,7 +129,7 @@ The following arguments are supported if you call Midori from a command line. +=======+====================+================================================+ | -r | --run | Run the specified filename as javascript | +-------+--------------------+------------------------------------------------+ -| -v | --version | Show version information and exit. | +| -V | --version | Show version information and exit. | +-------+--------------------+------------------------------------------------+ diff --git a/midori/main.c b/midori/main.c index b3293657..707a90f5 100644 --- a/midori/main.c +++ b/midori/main.c @@ -1099,7 +1099,7 @@ main (int argc, { { "run", 'r', 0, G_OPTION_ARG_NONE, &run, N_("Run the specified filename as javascript"), NULL }, - { "version", 'v', 0, G_OPTION_ARG_NONE, &version, + { "version", 'V', 0, G_OPTION_ARG_NONE, &version, N_("Display program version"), NULL }, { G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_STRING_ARRAY, &uris, N_("URIs"), NULL },