[gvfs] gvfs-save: Fix cmd-line help and error reporting



commit 0344cf33086573006a8917b9d01169e12b6ba7c8
Author: Christian Kellner <gicmo gnome org>
Date:   Thu Feb 18 17:26:39 2010 +0100

    gvfs-save: Fix cmd-line help and error reporting
    
    Last part to fix bug #593045

 programs/gvfs-save.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/programs/gvfs-save.c b/programs/gvfs-save.c
index 1b9ca43..0705093 100644
--- a/programs/gvfs-save.c
+++ b/programs/gvfs-save.c
@@ -153,7 +153,7 @@ main (int argc, char *argv[])
   g_type_init ();
 
   error = NULL;
-  context = g_option_context_new (_("- output files at <location>"));
+  context = g_option_context_new (_("DEST - read from standart input and save to DEST"));
   g_option_context_add_main_entries (context, entries, GETTEXT_PACKAGE);
   g_option_context_parse (context, &argc, &argv, &error);
   g_option_context_free (context);



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