X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=buildscripts%2Fmf-to-table.py;h=cf3d4b08c2873ea45bfd33e656840ce51f9f7a89;hb=04f63ddf1c08b2f6a3d0091caf75c9d9827a6539;hp=a63cdc0c17b1910dba92fab8fca964ae5de905d2;hpb=3db08de4502e30616808fc348b054d32822e5cc4;p=lilypond.git diff --git a/buildscripts/mf-to-table.py b/buildscripts/mf-to-table.py index a63cdc0c17..cf3d4b08c2 100644 --- a/buildscripts/mf-to-table.py +++ b/buildscripts/mf-to-table.py @@ -156,7 +156,7 @@ def write_fontlist (file, global_info, charmetrics): nm = font_family per_line = 3 file.write (r""" -%% Lilypond file to list all font symbols and the corresponding names +%% LilyPond file to list all font symbols and the corresponding names %% Automatically generated by mf-to-table.py \score{\notes{\fatText\time %d/4 """ % per_line) @@ -210,16 +210,19 @@ def write_deps (file, deps, targets): file.write ('\n') def help(): - sys.stdout.write(r"""Usage: mf-to-table [options] LOGFILEs -Generate feta metrics table from preparated feta log\n + sys.stdout.write(r"""Usage: mf-to-table [OPTIONS] LOGFILEs +Generate feta metrics table from preparated feta log. + Options: - -a, --afm=FILE .afm file + -a, --afm=FILE specify .afm file -d, --dep=FILE print dependency info to FILE -h, --help print this help -l, --ly=FILE name output table -o, --outdir=DIR prefix for dependency info -p, --package=DIR specify package - -t, --tex=FILE name output tex chardefs""" + -t, --tex=FILE name output tex chardefs + + """ ) sys.exit (0)