From c117cb2e180de367ced708e36c30e0eb73d77482 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 25 May 2024 13:00:40 -0400 Subject: unprotbas: add --help and --version to doc. --- unprotbas.1 | 6 ++++++ unprotbas.rst | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/unprotbas.1 b/unprotbas.1 index 2727592..33afa02 100644 --- a/unprotbas.1 +++ b/unprotbas.1 @@ -93,6 +93,12 @@ an invalid (0) next\-line pointer on the last line of code. \fB\-pv\fP replaces the variable names with the Atari EOL character (\fB$9B\fP). \fB\-p\fP does both. None of the other options except \fB\-v\fP (verbose) can be used with these. +.TP +.B \fB\-\-help\fP +Print usage message and exit. +.TP +.B \fB\-\-version\fP +Print version number and exit. .UNINDENT .SH EXIT STATUS .INDENT 0.0 diff --git a/unprotbas.rst b/unprotbas.rst index 39a051b..c8584e8 100644 --- a/unprotbas.rst +++ b/unprotbas.rst @@ -76,6 +76,12 @@ will be treated as options. **-p** does both. None of the other options except **-v** (verbose) can be used with these. +**--help** + Print usage message and exit. + +**--version** + Print version number and exit. + EXIT STATUS =========== -- cgit v1.2.3