[gegl] bin: Fix compilation error in previous commit



commit 913fd05c83a78081754d28a7ec679105473d1464
Author: Colin Walters <walters verbum org>
Date:   Sat Mar 5 07:49:40 2016 -0500

    bin: Fix compilation error in previous commit
    
    Seen by GNOME Continuous.

 bin/gegl-options.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bin/gegl-options.c b/bin/gegl-options.c
index b358115..7b295bf 100644
--- a/bin/gegl-options.c
+++ b/bin/gegl-options.c
@@ -75,7 +75,7 @@ _("usage: %s [options] <file | -- [op [op] ..]>\n"
 "\n"
 "All parameters following -- are considered ops to be chained together\n"
 "into a small composition instead of using an xml file, this allows for\n"
-"easy testing of filters. After chaining a new op in properties can be set\n")
+"easy testing of filters. After chaining a new op in properties can be set\n"
 "with property=value pairs as subsequent arguments.\n")
 , application_name);
     exit (0);


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