diff options
author | Christian Kellner <gicmo@gnome.org> | 2010-02-18 17:26:39 +0100 |
---|---|---|
committer | Christian Kellner <gicmo@gnome.org> | 2010-02-18 17:26:39 +0100 |
commit | 0344cf33086573006a8917b9d01169e12b6ba7c8 (patch) | |
tree | e2474f79298569995a429d35268f12f3d73700cf /programs | |
parent | b7cf5c8aab80aa43eca9b9603bc76483f847d288 (diff) | |
download | gvfs-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.c | 2 |
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); |