[epiphany/mcatanzaro/cli: 8/10] Clarify some of the remaining command line options



commit a1064cbc97b10da36bca935009ac3b0cd9cbc67b
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Thu Jan 3 15:51:07 2019 -0600

    Clarify some of the remaining command line options

 src/ephy-main.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/src/ephy-main.c b/src/ephy-main.c
index a7ceb1c5f..a2c3fadd4 100644
--- a/src/ephy-main.c
+++ b/src/ephy-main.c
@@ -110,20 +110,20 @@ option_version_cb (const gchar *option_name,
 static const GOptionEntry option_entries[] =
 {
   { "new-window", 0, 0, G_OPTION_ARG_NONE, &open_in_new_window,
-    N_("Open a new browser window"), NULL },
+    N_("Open a new browser window instead of a new tab"), NULL },
   { "load-session", 'l', 0, G_OPTION_ARG_FILENAME, &session_filename,
-    N_("Load the given session file"), N_("FILE") },
+    N_("Load the given session state file"), N_("FILE") },
   { "private-instance", 'p', 0, G_OPTION_ARG_NONE, &private_instance,
-    N_("Start a private instance"), NULL },
+    N_("Start a private instance with separate user data"), NULL },
   { "incognito-mode", 'i', 0, G_OPTION_ARG_NONE, &incognito_mode,
-    N_("Start an instance in incognito mode"), NULL },
+    N_("Start an incognito instance with a read-only view of data"), NULL },
   { "application-mode", 'a', G_OPTION_FLAG_FILENAME | G_OPTION_FLAG_OPTIONAL_ARG,
     G_OPTION_ARG_CALLBACK, application_mode_cb,
-    N_("Start the browser in application mode"), NULL },
+    N_("Start a private instance in web application mode"), N_("[BASENAME]") },
   { "automation-mode", 0, 0, G_OPTION_ARG_NONE, &automation_mode,
-    N_("Start an instance in automation mode"), NULL },
+    N_("Start a private instance for WebDriver control"), NULL },
   { "profile", 0, 0, G_OPTION_ARG_STRING, &profile_directory,
-    N_("Profile directory to use in the private instance"), N_("DIR") },
+    N_("Profile directory to use in the private instance (optional)"), N_("DIR") },
   { G_OPTION_REMAINING, '\0', 0, G_OPTION_ARG_FILENAME_ARRAY, &arguments,
     "", N_("URL …") },
   { "version", 0, G_OPTION_FLAG_NO_ARG | G_OPTION_FLAG_HIDDEN,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]