diff options
author | Jonh Wendell <jwendell@gnome.org> | 2009-08-25 14:44:47 -0300 |
---|---|---|
committer | Christian Kellner <gicmo@gnome.org> | 2009-10-01 17:55:39 +0200 |
commit | 5ce0a03107246b6fce7314ad2bac01c426ca85c1 (patch) | |
tree | c5373322e36af65462b8258423eca39b0140c1d7 /programs | |
parent | b6fda31fe81820259e432545b052980fa718d817 (diff) | |
download | gvfs-5ce0a03107246b6fce7314ad2bac01c426ca85c1.tar.gz |
Fixed description for gvfs-mkdir
https://bugzilla.gnome.org/show_bug.cgi?id=593045
Diffstat (limited to 'programs')
-rw-r--r-- | programs/gvfs-mkdir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/gvfs-mkdir.c b/programs/gvfs-mkdir.c index a031dab7..0359172d 100644 --- a/programs/gvfs-mkdir.c +++ b/programs/gvfs-mkdir.c @@ -47,7 +47,7 @@ main (int argc, char *argv[]) g_type_init (); error = NULL; - context = g_option_context_new (_("- delete files")); + context = g_option_context_new (_("- create directories")); g_option_context_add_main_entries (context, entries, GETTEXT_PACKAGE); g_option_context_parse (context, &argc, &argv, &error); g_option_context_free (context); |