[gnome-software] Update help strings for command line arguments



commit e85e5cde3225bfd6a78c99c0060958b6e0dc0346
Author: Kalev Lember <kalevlember gmail com>
Date:   Mon Aug 18 23:29:03 2014 +0200

    Update help strings for command line arguments
    
    https://bugzilla.gnome.org/show_bug.cgi?id=735023

 src/gs-application.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gs-application.c b/src/gs-application.c
index de83058..eb4f008 100644
--- a/src/gs-application.c
+++ b/src/gs-application.c
@@ -537,9 +537,9 @@ gs_application_local_command_line (GApplication *app, gchar ***args, gint *statu
                { "details", '\0', 0, G_OPTION_ARG_STRING, &id,
                  _("Show application details"), _("ID") },
                { "local-filename", '\0', 0, G_OPTION_ARG_FILENAME, &local_filename,
-                 _("Show application details"), _("ID") },
+                 _("Open a local package file"), _("FILENAME") },
                { "verbose", '\0', 0, G_OPTION_ARG_NONE, &verbose,
-                 _("Set the specified debugging level"), _("ID") },
+                 _("Show verbose debugging information"), NULL },
                { "profile", 0, 0, G_OPTION_ARG_NONE, &profile,
                  _("Show profiling information for the service"), NULL },
                { "prefer-local", '\0', 0, G_OPTION_ARG_NONE, &prefer_local,


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