diff options
Diffstat (limited to 'src/unalf.rst')
| -rw-r--r-- | src/unalf.rst | 9 |
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 |
