diff options
Diffstat (limited to 'src/alf.rst')
| -rw-r--r-- | src/alf.rst | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/alf.rst b/src/alf.rst index f265697..71a3dde 100644 --- a/src/alf.rst +++ b/src/alf.rst @@ -21,7 +21,7 @@ create Atari 8-bit ALF archives SYNOPSIS ======== -alf [**--help**] | [**--version** | **-V** | [**-a** | **-o** ] [**-t[dgz]**] [**-v**] *alf-file* *file* [*file* ...] +alf [**--help**] | [**--version** | **-V** | [**-a** | **-o** ] [**-t[dgz]**] [**-v**] *alf-file* *file[=NAME]* [*file[=NAME]* ...] DESCRIPTION =========== @@ -135,6 +135,14 @@ with **unalf**, but will have problems with **DZ.COM** running on an Atari. Or you can just rename the files so they comply with Atari DOS filename restrictions. +**duplicate Atari filename** *<filename>* + You gave the same filename twice, or you gave two (or more) filenames that + convert to the same "8.3" Atari filename. Example: *foo.bar* and *foo.barf* + both get stored as *FOO.BAR*. You can avoid this by using the *file=NAME* + syntax, e.g.:: + + $ alf ARCHIVE.ALF foo.bar foo.barf=FOO.BRF + File Size --------- |
