aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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