]> spindle.queued.net Git - midori/commitdiff
Uppercase P as one-letter switch for --portable
authorChristian Dywan <christian@twotoasts.de>
Wed, 5 Sep 2012 16:53:32 +0000 (18:53 +0200)
committerChristian Dywan <christian@twotoasts.de>
Wed, 5 Sep 2012 17:16:46 +0000 (19:16 +0200)
midori/main.c

index c7caeec0672b695da57280d2760a62c3d77d8262..584458a3d92d673652b21d205eb586f563644532 100644 (file)
@@ -1846,7 +1846,7 @@ main (int    argc,
        { "private", 'p', 0, G_OPTION_ARG_NONE, &private,
        N_("Private browsing, no changes are saved"), NULL },
        #ifdef G_OS_WIN32
-       { "portable", 't', 0, G_OPTION_ARG_NONE, &portable,
+       { "portable", 'P', 0, G_OPTION_ARG_NONE, &portable,
        N_("Portable mode, all runtime files are stored in one place"), NULL },
        #endif
        { "plain", '\0', 0, G_OPTION_ARG_NONE, &plain,