From: Christian Dywan Date: Wed, 5 Sep 2012 16:53:32 +0000 (+0200) Subject: Uppercase P as one-letter switch for --portable X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ff44837368db805bf7d2f6cebd2d678c12f9566;p=midori Uppercase P as one-letter switch for --portable --- diff --git a/midori/main.c b/midori/main.c index c7caeec0..584458a3 100644 --- a/midori/main.c +++ b/midori/main.c @@ -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,