From ca70c9061146386ce0986631cd7fc9209a935a34 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 31 Jul 2025 17:19:07 +0300 Subject: added -v/--version and command * DEC TECO had an command. In contrast to DEC TECO's implementation, the value reported by encodes a major.minor.micro semantic version. --- doc/sciteco.1.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') 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) -- cgit v1.2.3