Uppercase P as one-letter switch for --portable

This commit is contained in:
Christian Dywan 2012-09-05 18:53:32 +02:00
parent 3bb03bfc56
commit 3ff4483736
1 changed files with 1 additions and 1 deletions

View 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,