README.md in rsyntaxtree-0.7.2 vs README.md in rsyntaxtree-0.7.3

- old
+ new

@@ -13,27 +13,27 @@ ### Usage For the web interface, see Usage section of <https://yohasebe.com/rsyntaxtree>. For the command-line interface, type `$rsyntaxtree -h` after installation. Here's what you get: - + ```text RSyntaxTree, (linguistic) syntax tree generator written in Ruby. Usage: rsyntaxtree [options] "[VP [VP [V set] [NP bracket notation]] [ADV here]]" where [options] are: -o, --outdir=<s> Output directory (default: ./) -f, --format=<s> Output format: png, 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, mono, cjk (default: sans) + -n, --fontstyle=<s> Font style: sans, serif, cjk (default: sans) -t, --font=<s> Path to a ttf font used to generate tree (optional) -s, --fontsize=<i> Size: 8-26 (default: 16) -c, --color=<s> Color text and bars: on or off (default: on) -y, --symmetrize=<s> Generate symmetrical, balanced tree: on or off (default: on) -a, --autosub=<s> Put subscript numbers to nodes: on or off (default: off) -m, --margin=<i> Margin: 0-120 (default: 0) - -v, --vheight=<f> Connector Height: 0.5-2.0 (default: 0.5) + -v, --vheight=<f> Connector Height: 0.5-2.0 (default: 1.0) -e, --version Print version and exit -h, --help Show this message ``` ### Tips