diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-04-14 03:25:52 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-04-14 03:25:52 +0800 |
commit | 71a5b8a5ae88d5c49c8cc9a8e75dd690ea93060d (patch) | |
tree | 485d18cbee773b3a582730ef376ede6ab7cea8ae /src | |
parent | 08fde84cbadcc0691702ce3f17349470c375fe67 (diff) | |
download | gsoc2013-epiphany-71a5b8a5ae88d5c49c8cc9a8e75dd690ea93060d.tar gsoc2013-epiphany-71a5b8a5ae88d5c49c8cc9a8e75dd690ea93060d.tar.gz gsoc2013-epiphany-71a5b8a5ae88d5c49c8cc9a8e75dd690ea93060d.tar.bz2 gsoc2013-epiphany-71a5b8a5ae88d5c49c8cc9a8e75dd690ea93060d.tar.lz gsoc2013-epiphany-71a5b8a5ae88d5c49c8cc9a8e75dd690ea93060d.tar.xz gsoc2013-epiphany-71a5b8a5ae88d5c49c8cc9a8e75dd690ea93060d.tar.zst gsoc2013-epiphany-71a5b8a5ae88d5c49c8cc9a8e75dd690ea93060d.zip |
Add -p as short option format for --private-instance.
2006-04-13 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-main.c:
Add -p as short option format for --private-instance.
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c index 16865aecb..ba9506901 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -86,7 +86,7 @@ static const GOptionEntry option_entries[] = N_("Load the given session file"), N_("FILE") }, { "add-bookmark", 't', 0, G_OPTION_ARG_STRING, &bookmark_url, N_("Add a bookmark"), N_("URL") }, - { "private-instance", 0, 0, G_OPTION_ARG_NONE, &private_instance, + { "private-instance", 'p', 0, G_OPTION_ARG_NONE, &private_instance, N_("Start a private instance"), NULL }, { "profile", 0, 0, G_OPTION_ARG_STRING, &profile_directory, N_("Profile directory to use in the private instance"), N_("DIR") }, |