diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-07-31 17:19:07 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-07-31 17:19:07 +0300 |
commit | ca70c9061146386ce0986631cd7fc9209a935a34 (patch) | |
tree | 31bdd0ab4f5bec8eb5aadcc75332960b0e8d5a22 /doc/sciteco.1.in | |
parent | 630a6f3cc2438cbc966e883a2106fcfadb59cad3 (diff) | |
download | sciteco-ca70c9061146386ce0986631cd7fc9209a935a34.tar.gz |
added -v/--version and <EO> command
* DEC TECO had an <EO> command.
In contrast to DEC TECO's implementation, the value reported by
<EO> encodes a major.minor.micro semantic version.
Diffstat (limited to 'doc/sciteco.1.in')
-rw-r--r-- | doc/sciteco.1.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/sciteco.1.in b/doc/sciteco.1.in index 78f5748..55fc185 100644 --- a/doc/sciteco.1.in +++ b/doc/sciteco.1.in @@ -16,6 +16,7 @@ Scintilla-based \fBT\fPext \fBE\fPditor and \fBCO\fPrrector .SCITECO_TOPIC "sciteco" .SY @PACKAGE@ .OP "-h|--help" +.OP "-v|--version" .OP "-e|--eval" macro .OP "-m|--mung" .OP "--no-profile" @@ -183,6 +184,10 @@ option. .IP "\fB-h\fR, \fB--help\fR" .SCITECO_TOPIC "-h" "--help" Display a short help text on the console. +.IP "\fB-v\fR, \fB--version\fR" +.SCITECO_TOPIC "-v" "--version" +Display the \*(ST version in an easy to parse way. +See also the \fBEO\fP command. .IP "\fB-e\fR, \fB--eval\fR \fImacro" .SCITECO_TOPIC "-e" "--eval" Evaluate (execute) |