diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-14 19:50:19 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-14 19:50:19 -0500 |
| commit | 5038c54d371c02a264f5cbef4e092bf4da6ef5f2 (patch) | |
| tree | cacf73040ca3751ce14890763be6f715bc412290 /src/unalf.1 | |
| parent | 269ce9c533b146b68371505a2c651043074e1c6b (diff) | |
| download | unalf-5038c54d371c02a264f5cbef4e092bf4da6ef5f2.tar.gz | |
Add -V/--version opt.
Diffstat (limited to 'src/unalf.1')
| -rw-r--r-- | src/unalf.1 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/unalf.1 b/src/unalf.1 index c9e0d1c..9303f0b 100644 --- a/src/unalf.1 +++ b/src/unalf.1 @@ -101,8 +101,8 @@ Show built\-in help message. .B \-k Keep trailing periods. In most (all?) ALF files, filenames that have no extension are stored with a trailing period, e.g. \(aq\fBFOO\fP\(aq would -be stored as \(aq\fBFOO.\fP\(aq. By default, \fBunalf\fP removes the trailing -period; use \fB\-k\fP to keep it. +be stored as \(aq\fBFOO.\fP\(aq. On the Atari, the extracted file would be +named \fBFOO\fP, so \fBunalf\fP does the same by default. .UNINDENT .\" keep trailing periods (dots) in filenames. . @@ -176,6 +176,13 @@ default values of "8 Jan 82 12:24a". . .INDENT 0.0 .TP +.B \-V\fP,\fB \-\-version +Show \fBunalf\fP version number and exit. +.UNINDENT +.\" show version number. +. +.INDENT 0.0 +.TP .BI \-x \ wildcard Exclude (do not list or extract) files matching \fIwildcard\fP\&. See \fBWILDCARDS\fP below. This option can be given multiple times |
