summaryrefslogtreecommitdiff
path: root/programs
diff options
context:
space:
mode:
authorChristian Kellner <gicmo@gnome.org>2010-02-18 17:26:39 +0100
committerChristian Kellner <gicmo@gnome.org>2010-02-18 17:26:39 +0100
commit0344cf33086573006a8917b9d01169e12b6ba7c8 (patch)
treee2474f79298569995a429d35268f12f3d73700cf /programs
parentb7cf5c8aab80aa43eca9b9603bc76483f847d288 (diff)
downloadgvfs-0344cf33086573006a8917b9d01169e12b6ba7c8.tar.gz
gvfs-save: Fix cmd-line help and error reporting
Last part to fix bug #593045
Diffstat (limited to 'programs')
-rw-r--r--programs/gvfs-save.c2
1 files changed, 1 insertions, 1 deletions
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 <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);