aboutsummaryrefslogtreecommitdiff
path: root/src/unalf.rst
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-11-14 19:50:19 -0500
committerB. Watson <urchlay@slackware.uk>2025-11-14 19:50:19 -0500
commit5038c54d371c02a264f5cbef4e092bf4da6ef5f2 (patch)
treecacf73040ca3751ce14890763be6f715bc412290 /src/unalf.rst
parent269ce9c533b146b68371505a2c651043074e1c6b (diff)
downloadunalf-5038c54d371c02a264f5cbef4e092bf4da6ef5f2.tar.gz
Add -V/--version opt.
Diffstat (limited to 'src/unalf.rst')
-rw-r--r--src/unalf.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/unalf.rst b/src/unalf.rst
index c3d175f..b829bf9 100644
--- a/src/unalf.rst
+++ b/src/unalf.rst
@@ -79,8 +79,8 @@ OPTIONS
-k
Keep trailing periods. In most (all?) ALF files, filenames that have no
extension are stored with a trailing period, e.g. '**FOO**' would
- be stored as '**FOO.**'. By default, **unalf** removes the trailing
- period; use **-k** to keep it.
+ be stored as '**FOO.**'. On the Atari, the extracted file would be
+ named **FOO**, so **unalf** does the same by default.
.. keep trailing periods (dots) in filenames.
@@ -138,6 +138,11 @@ OPTIONS
.. verbose listing of archive contents.
+-V, --version
+ Show **unalf** version number and exit.
+
+.. show version number.
+
-x wildcard
Exclude (do not list or extract) files matching *wildcard*. See
**WILDCARDS** below. This option can be given multiple times