[gimp-perl] Minor doc updates.



commit 8c8d542cc7f5c3a963261bdb11def1b953c62b88
Author: Ed J <edj src gnome org>
Date:   Wed May 28 20:57:10 2014 +0100

    Minor doc updates.

 TODO                  |    1 -
 examples/Perl-Console |    5 ++---
 2 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/TODO b/TODO
index bf598e6..f9be75e 100644
--- a/TODO
+++ b/TODO
@@ -5,7 +5,6 @@ Items as of 2014-04-29 (by Ed J)
   is ./app/plug-in/gimppluginmanager.c:gimp_plug_in_manager_exit
   - issue with removing menus, probably stored in _plug_in data
   PDB call added in tools/pdbgen/pdb/gimp.pdb
-* jpegoptim and pngcrush save-handlers
 * e/fade-alpha should generate buttons, not hardcode
 * Gimp/Lib.xs is huge, and not very XS-y - lots of it is manually
   pushing GIMP data structures onto perl stack and vice versa. Figure
diff --git a/examples/Perl-Console b/examples/Perl-Console
index 0e624c8..1c4e6a8 100755
--- a/examples/Perl-Console
+++ b/examples/Perl-Console
@@ -145,10 +145,9 @@ Try this:
  $i->get_layers
 
 You can run the console from the command line, and it will work in
-"batch mode" (the C<-o> flag is because Gimp::Fu offers a UI to fill in
-an output file if none specified, which this suppresses):
+"batch mode":
 
-  <path-to-plugins>/Perl-Console -o '/'
+  <path-to-plugins>/Perl-Console
 
 =head1 AUTHOR
 


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