[Python-modules-commits] [python-odf] 45/118: Fix the manual

Wolfgang Borgert debacle at moszumanska.debian.org
Fri Oct 3 21:27:21 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to reference refs/remotes/upstream/master
in repository python-odf.

commit 05fe4ca27b2691f7cbe9fc52742c5dfe22b31903
Author: Søren Roug <soren.roug at eea.europa.eu>
Date:   Sat Mar 7 23:10:08 2009 +0000

    Fix the manual
---
 odfmeta/odfmeta     | 2 +-
 odfmeta/odfmeta.xml | 7 -------
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/odfmeta/odfmeta b/odfmeta/odfmeta
index 2a8b789..0808b2d 100755
--- a/odfmeta/odfmeta
+++ b/odfmeta/odfmeta
@@ -56,7 +56,7 @@ showversion = None
 
 def exitwithusage(exitcode=2):
     """ print out usage information """
-    sys.stderr.write("Usage: %s [-cdlv] [-xXaAI metafield]... [-o output] [inputfile]\n" % sys.argv[0])
+    sys.stderr.write("Usage: %s [-cdlvV] [-xXaAI metafield]... [-o output] [inputfile]\n" % sys.argv[0])
     sys.stderr.write("\tInputfile must be OpenDocument format\n")
     sys.exit(exitcode)
 
diff --git a/odfmeta/odfmeta.xml b/odfmeta/odfmeta.xml
index 573c2ef..eeeac0e 100644
--- a/odfmeta/odfmeta.xml
+++ b/odfmeta/odfmeta.xml
@@ -180,13 +180,6 @@ odfmeta -I "title:The Little Engine That Could" -A subject:I-think-I-can -o newf
 </para>
 </refsect1>
 
-<refsect1><title>Todo</title>
-<para>
-Should also let the user view and change the <text:user-field-decl> in
-content.xml. Perhaps this is better done by a different application?
-</para>
-</refsect1>
-
 <refsect1><title>Bugs</title>
 <para>
 All known versions of OpenOffice.org keep only four <meta:user-defined> elements.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-odf.git



More information about the Python-modules-commits mailing list