[gegl] gegl-binary: document property assignment



commit a185a9370aae8dd83d5cc7999ae4334b5aab50d6
Author: Øyvind Kolås <pippin gimp org>
Date:   Sat Mar 5 13:38:52 2016 +0100

    gegl-binary: document property assignment

 bin/gegl-options.c |    4 ++--
 bin/gegl.c         |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/bin/gegl-options.c b/bin/gegl-options.c
index 871de4e..b358115 100644
--- a/bin/gegl-options.c
+++ b/bin/gegl-options.c
@@ -75,8 +75,8 @@ _("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. Be aware that the default value will be used\n"
-"for all properties.\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);
 }
diff --git a/bin/gegl.c b/bin/gegl.c
index 497e442..cc3d09f 100644
--- a/bin/gegl.c
+++ b/bin/gegl.c
@@ -13,7 +13,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  *
- * Copyright (C) 2003, 2004, 2006, 2007, 2008 Øyvind Kolås
+ * Copyright (C) 2003, 2004, 2006, 2007, 2008, 2016 Øyvind Kolås
  */
 
 #include "config.h"


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