]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/etf2ly.py
add spaces.
[lilypond.git] / scripts / etf2ly.py
index 42e241200083caf7c4be6e27e9d832b4cd72b161..c1767db5b8bb9930b6d9ad46a5b7e2d077dd6bdd 100644 (file)
@@ -1113,14 +1113,14 @@ 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          print this help
-  -o,--output=FILE   set output filename to FILE
-  -v,--version       show 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
@@ -1128,7 +1128,8 @@ ready-to-use lilypond file.
 
 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 ():