From 71a5b8a5ae88d5c49c8cc9a8e75dd690ea93060d Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 13 Apr 2006 19:25:52 +0000 Subject: Add -p as short option format for --private-instance. 2006-04-13 Christian Persch * src/ephy-main.c: Add -p as short option format for --private-instance. --- src/ephy-main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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") }, -- cgit v1.2.3