diff options
Diffstat (limited to 'src/unalf.rst')
| -rw-r--r-- | src/unalf.rst | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/unalf.rst b/src/unalf.rst index 4c3a658..af83d16 100644 --- a/src/unalf.rst +++ b/src/unalf.rst @@ -82,7 +82,8 @@ OPTIONS 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.**'. On the Atari, the extracted file would be - named **FOO**, so **unalf** does the same by default. + named '**FOO**', so **unalf** does the same by default. With **-k**, + the file will be named '**FOO.**'. .. keep trailing periods (dots) in filenames. @@ -121,9 +122,10 @@ OPTIONS -q Quiet extraction or testing: do not print "Uncrunching *file*" or "Testing *file*" messages. Errors and warnings will still be - printed. This is the default when **-p** is used. + printed. This is the default when **-p** is used. This option + doesn't do anything when used with **-l** or **-v**. -.. quiet: don't print filenames during extraction. +.. quiet: don't print filenames during extraction/testing. -t Test archive. Same as extraction, except the files are not written @@ -133,7 +135,7 @@ OPTIONS -v Verbose listing of archive contents, with compressed and original - sizes, compression ration, date/time stamps, and checksum. The + sizes, compression ration, date/time stamps, and checksum. The output format is similar to that of **arc -v**, minus the *Stowage* column, since *ALF* doesn't support multiple compression types. The date and time are displayed, but in most .alf files these are the |
