aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarstr\xf6m <john@ankarstrom.se>2021-06-01 12:40:46 +0200
committerJohn Ankarstr\xf6m <john@ankarstrom.se>2021-06-01 12:40:46 +0200
commit8fc24b5e1498756e327a451435675fb6c61e4ba9 (patch)
tree8f6839a63c81378b729b59b1a8280558067dba3e
parente3b53d6519cc81501d146cb2a158ee049ac4ccd4 (diff)
downloadrepl-8fc24b5e1498756e327a451435675fb6c61e4ba9.tar.gz
repl.1: Document -a option
-rw-r--r--repl.110
1 files changed, 9 insertions, 1 deletions
diff --git a/repl.1 b/repl.1
index fcee1d4..15c848d 100644
--- a/repl.1
+++ b/repl.1
@@ -7,6 +7,7 @@
.\"
.Sh SYNPOSIS
.Nm repl
+.Op Fl a
.Ar command
.\"
.Sh DESCRIPTION
@@ -18,7 +19,14 @@ input from the user, appends it to the
provided by the single argument, and lets the shell evaluate the
full string.
-Built on GNU readline, it supports history and Emacs key bindings.
+If the
+.Fl a
+flag is provided,
+.Ar command
+will be used as a suffix instead of a prefix.
+Built on GNU readline,
+.Nm
+supports history and Emacs key bindings.
.Nm repl
is useful for command-line interfaces built on a