]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/wiki-slurp.py
* Documentation/user/refman.itely (Automatic note splitting):
[lilypond.git] / buildscripts / wiki-slurp.py
index bb2519226c0527cc10f3df78a9fd15d91bb333da..90efea4d13dceee14238ec74794bd765abed47ff 100644 (file)
@@ -15,25 +15,26 @@ if program_version == '@' + 'TOPLEVEL_VERSION' + '@':
 
 
 def help ():
-       print """Usage: wiki-slurp.py [OPTION]... ENTRY-PATTERN...
+       print """Usage: wiki-slurp.py [OPTIONS]... ENTRY-PATTERN...
 
 Download a WikiWiki site and convert to local html.
 
 Example: wiki-slurp.py -d /tmp/output 'http://c2.com/cgi-bin/wiki?'
 
 Options:
-  -h,--help          this help
-  -m,--mangle        mangle file names to be shorter 
-  -d,--outdir=DIR    set output directory to DIR
-  -v,--version       version information
+  -h, --help         show this help
+  -m, --mangle       mangle file names to be shorter 
+  -d, --outdir=DIR   set output directory to DIR
+  -v, --version      show version information
 
 Warning: downloading an entire Wiki site generates a huge amount of
 traffic and server load.  Consider asking for a copy of the database.
-See also http://c2.com/cgi-bin/wiki?WikiSlurp
+See also http://c2.com/cgi-bin/wiki?WikiSlurp.
 
 Report bugs to bug-lilypond@gnu.org.
 
-Written by Han-Wen Nienhuys <hanwen@cs.uu.nl>
+Written by Han-Wen Nienhuys <hanwen@cs.uu.nl>.
+
 """
 
 def print_version ():
@@ -43,7 +44,7 @@ This is free software.  It is covered by the GNU General Public License,
 and you are welcome to change it and/or distribute copies of it under
 certain conditions.  Invoke as `midi2ly --warranty' for more information.
 
-Copyright (c) 2000-2002 by Han-Wen Nienhuys <hanwen@cs.uu.nl>
+Copyright (c)  2000--2003 by Han-Wen Nienhuys <hanwen@cs.uu.nl>
 """ % program_version
 
 (options, files) = getopt.getopt (sys.argv[1:], 'vd:hm', ['help','mangle','version', 'outdir='])