From 0344cf33086573006a8917b9d01169e12b6ba7c8 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Thu, 18 Feb 2010 17:26:39 +0100 Subject: gvfs-save: Fix cmd-line help and error reporting Last part to fix bug #593045 --- programs/gvfs-save.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'programs') diff --git a/programs/gvfs-save.c b/programs/gvfs-save.c index 1b9ca43c..07050939 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 ")); + 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); -- cgit v1.2.1