From 70d3abd16ebfc678d81a2c90c1e25edee50e891d Mon Sep 17 00:00:00 2001 From: belerico Date: Tue, 14 Apr 2020 16:11:13 +0200 Subject: [PATCH] [ci skip] Update README --- README.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c58a5a8..dee5e9f 100644 --- a/README.md +++ b/README.md @@ -81,14 +81,22 @@ INFO:Translating... py_asciimath: a simple ASCIIMath/MathML/LaTeX converter Usage: - py_asciimath.py from to [options] - py_asciimath.py (-i | --input=ILANG) - (-o | --output=OLANG) + py_asciimath.py from to [options] - py_asciimath.py from-file from to [options] - py_asciimath.py from-file (-i | --input=ILANG) - (-o | --output=OLANG) - [options] + py_asciimath.py from (-o | --output=OLANG) + [options] + py_asciimath.py (-i | --input=ILANG) to + [options] + py_asciimath.py (-i | --input=ILANG) (-o | --output=OLANG) + [options] + py_asciimath.py from-file from to + [options] + py_asciimath.py from-file from (-o | --output=OLANG) + [options] + py_asciimath.py from-file (-i | --input=ILANG) to + [options] + py_asciimath.py from-file (-i | --input=ILANG) (-o | --output=OLANG) + [options] py_asciimath.py (-h | --help) py_asciimath.py --version