diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-23 22:50:37 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2013-01-23 22:50:37 +0100 |
commit | 922b99b474d352f6a00b327d83efc0a3cee823f3 (patch) | |
tree | 19d59ae75e0d17b36c0748ab4aef0bc4f6931da7 | |
parent | 6c84de38ad5d7fb423c1157299c550d74a3e6d11 (diff) | |
download | sciteco-922b99b474d352f6a00b327d83efc0a3cee823f3.tar.gz |
updated sciteco(1) manpage: document --eval option
-rw-r--r-- | sciteco.1.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sciteco.1.in b/sciteco.1.in index 077ee83..e0806ca 100644 --- a/sciteco.1.in +++ b/sciteco.1.in @@ -15,6 +15,7 @@ Scintilla-based \fBTE\fPxt \fBE\fPditor and \fBCO\fPrrector . .SY @PACKAGE@ .OP \-h|\-\-help +.OP \-e|\-\-eval macro .OP \-m|\-\-mung file .OP \-\- .RI [ argument @@ -106,6 +107,14 @@ It will usually leave the editor in interactive mode. . .IP "\fB-h\fR, \fB--help\fR" Display a short help text on the console. +.IP "\fB-e\fR, \fB--eval\fR \fImacro" +Evaluate (execute) +.I macro +specified as a command-line option. +Similar to munging but always exits afterwards. +If the option is specified, the +.B \-\-mung +option has no effect. .IP "\fB-m\fR, \fB--mung\fR \fIfile" Mung .IR file . |