README.md in rsyntaxtree-1.0.8 vs README.md in rsyntaxtree-1.1.0
- old
+ new
@@ -70,11 +70,12 @@
```text
RSyntaxTree, (linguistic) syntax tree generator written in Ruby.
Usage:
- rsyntaxtree [options] "[VP [VP [V set] [NP bracket notation]] [ADV here]]"
+ 1) rsyntaxtree [options] "[VP [VP [V set] [NP bracket notation]] [ADV here]]"
+ 2) rsyntaxtree [options] "/path/to/text/file"
where [options] are:
-o, --outdir=<s> Output directory (default: ./)
-f, --format=<s> Output format: png, gif, jpg, pdf, or svg (default: png)
-l, --leafstyle=<s> visual style of tree leaves: auto, triangle, bar, or nothing (default: auto)
-n, --fontstyle=<s> Font style (available when ttf font is specified): sans, serif, cjk (default: sans)
@@ -85,10 +86,10 @@
-c, --color=<s> Color text and bars: on or off (default: on)
-y, --symmetrize=<s> Generate radically symmetrical, balanced tree: on or off (default: off)
-r, --transparent=<s> Make background transparent: on or off (default: off)
-p, --polyline=<s> draw polyline connectors: on or off (default: off)
-e, --version Print version and exit
- -h, --help Show this message```
+ -h, --help Show this message
```
See the [documentation](https://yohasebe.github.io/rsyntaxtree/documentation) for more detailed info about the syntax.
---