[packagekit] [PATCH 1/2] Update command descriptions for --help

James Bowes jbowes at dangerouslyinc.com
Wed Oct 10 19:32:31 PDT 2007


backend-status, install-file, and install-package had copy & pasted
command descriptions for --help from the cli. Update them.
---
 src/pk-backend-status.c  |    2 +-
 src/pk-install-file.c    |    4 ++--
 src/pk-install-package.c |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/pk-backend-status.c b/src/pk-backend-status.c
index 817735f..eec4391 100644
--- a/src/pk-backend-status.c
+++ b/src/pk-backend-status.c
@@ -82,7 +82,7 @@ main (int argc, char *argv[])
 	dbus_g_thread_init ();
 	g_type_init ();
 
-	context = g_option_context_new (_("Software Update Viewer"));
+	context = g_option_context_new (_("PackageKit Backend Details Viewer"));
 	g_option_context_add_main_entries (context, options, NULL);
 	g_option_context_parse (context, &argc, &argv, NULL);
 	g_option_context_free (context);
diff --git a/src/pk-install-file.c b/src/pk-install-file.c
index 0524022..6bc0475 100644
--- a/src/pk-install-file.c
+++ b/src/pk-install-file.c
@@ -60,8 +60,8 @@ main (int argc, char *argv[])
 	dbus_g_thread_init ();
 	g_type_init ();
 
-	g_set_application_name (_("PackageKit Job Monitor"));
-	context = g_option_context_new (_("PackageKit Job Monitor"));
+	g_set_application_name (_("PackageKit File Installer"));
+	context = g_option_context_new (_("PackageKit File Installer"));
 	g_option_context_parse (context, &argc, &argv, NULL);
 	g_option_context_free (context);
 	pk_debug_init (TRUE);
diff --git a/src/pk-install-package.c b/src/pk-install-package.c
index 5b5cce7..ab71d28 100644
--- a/src/pk-install-package.c
+++ b/src/pk-install-package.c
@@ -107,8 +107,8 @@ main (int argc, char *argv[])
 	dbus_g_thread_init ();
 	g_type_init ();
 
-	g_set_application_name (_("PackageKit Job Monitor"));
-	context = g_option_context_new (_("PackageKit Job Monitor"));
+	g_set_application_name (_("PackageKit Package Installer"));
+	context = g_option_context_new (_("PackageKit Package Installer"));
 	g_option_context_parse (context, &argc, &argv, NULL);
 	g_option_context_free (context);
 	pk_debug_init (TRUE);
-- 
1.5.3.4.1155.gfe96ee




More information about the PackageKit mailing list