aboutsummaryrefslogtreecommitdiffhomepage
path: root/janet.1
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-01-16 12:32:33 -0500
committerCalvin Rose <calsrose@gmail.com>2019-01-16 12:32:33 -0500
commit82cddef5bb73f990a42b01cfdac29dbdb3df0c14 (patch)
tree54f918904fa29709721ea566c9b166f476db46a9 /janet.1
parentAdd error special form in Peg to allow construction of grammar errors (diff)
Update man page and add early exit to number scanning for parser.
Diffstat (limited to 'janet.1')
-rw-r--r--janet.16
1 files changed, 5 insertions, 1 deletions
diff --git a/janet.1 b/janet.1
index 0f994439..3bcfd368 100644
--- a/janet.1
+++ b/janet.1
@@ -37,7 +37,11 @@ Shows the version text and exits immediately.
.TP
.BR \-s
-Read raw input from stdin, such as from a pipe without printing a prompt.
+Read raw input from stdin and forgo prompt history and other readline-like features.
+
+.TP
+.BR \-q
+Quiet output. Don't prinpt a repl prompt or expression results to stdout.
.TP
.BR \-r