]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/etf2ly.py
add spaces.
[lilypond.git] / scripts / etf2ly.py
index b2742e6d0a99163bd94870bfdd8e0288b3f91496..c1767db5b8bb9930b6d9ad46a5b7e2d077dd6bdd 100644 (file)
@@ -1113,22 +1113,23 @@ def identify():
        sys.stderr.write ("%s from LilyPond %s\n" % (program_name, version))
 
 def help ():
-       sys.stdout.write("""Usage: etf2ly [OPTION]... ETF-FILE
+       sys.stdout.write("""Usage: etf2ly [OPTIONS]... ETF-FILE
 
 Convert ETF to LilyPond.
 
 Options:
-  -h,--help          this help
-  -o,--output=FILE   set output filename to FILE
-  -v,--version       version information
+  -h, --help          print this help
+  -o, --output=FILE   set output filename to FILE
+  -v, --version       show version information
 
 Enigma Transport Format is a format used by Coda Music Technology's
 Finale product. This program will convert a subset of ETF to a
 ready-to-use lilypond file.
 
-Report bugs to bug-lilypond@gnu.org
+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 ():