Writing to stdout is not actually implemented yet

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@615 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
pabs3 2013-06-22 06:47:34 +00:00
parent fb37a24708
commit 5f4193373b
2 changed files with 2 additions and 3 deletions

View File

@ -71,7 +71,7 @@ corresponding input file.
Write the output to Write the output to
.Ar file .Ar file
instead of writing it to the same directory as the instead of writing it to the same directory as the
corresponding input file. Use - to write it to stdout. corresponding input file.
.It Fl v .It Fl v
Be verbose. Write more messages to the standard output describing what Be verbose. Write more messages to the standard output describing what
is being done. is being done.

View File

@ -15,8 +15,7 @@ usage: ttx [options] inputfile1 [... inputfileN]
-h Help: print this message -h Help: print this message
-d <outputfolder> Specify a directory where the output files are -d <outputfolder> Specify a directory where the output files are
to be created. to be created.
-o <outputfile> Specify a file to write the output to, use - for -o <outputfile> Specify a file to write the output to.
standard output.
-v Verbose: more messages will be written to stdout about what -v Verbose: more messages will be written to stdout about what
is being done. is being done.
-a allow virtual glyphs ID's on compile or decompile. -a allow virtual glyphs ID's on compile or decompile.