summaryrefslogtreecommitdiff
path: root/example/README.md.template
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--example/README.md.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/README.md.template b/example/README.md.template
index 696c598..34bff56 100644
--- a/example/README.md.template
+++ b/example/README.md.template
@@ -14,6 +14,7 @@ in the release notes.
14 14
15* Short arguments `-a` 15* Short arguments `-a`
16 * Chaining `-abc` where `a` and `b` does not take values. 16 * Chaining `-abc` where `a` and `b` does not take values.
17 * Multiple specifications are tallied (e.g. `-v -v`).
17* Long arguments `--long` 18* Long arguments `--long`
18* Supports both passing values using spacing and `=` (`-a 100`, `-a=100`) 19* Supports both passing values using spacing and `=` (`-a 100`, `-a=100`)
19 * Short args also support passing values with no spacing or `=` (`-a100`) 20 * Short args also support passing values with no spacing or `=` (`-a100`)