]> spindle.queued.net Git - midori/commitdiff
Use -V instead of -v for --version
authorEnrico Tröger <enrico.troeger@uvena.de>
Sat, 22 Nov 2008 00:45:47 +0000 (01:45 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sat, 22 Nov 2008 00:45:47 +0000 (01:45 +0100)
docs/user/midori.txt
midori/main.c

index 26e4138324b5e792f94652addc18592ad1f710eb..bd246ab6755f6639f9ca042febbf0b41f8666330 100644 (file)
@@ -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.            |
 +-------+--------------------+------------------------------------------------+
 
 
index b329365736a2a08865a7643bb5f58a9380f11ae9..707a90f56af5e468fbee8d1136dce3aecacf12dd 100644 (file)
@@ -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 },