aboutsummaryrefslogtreecommitdiff
path: root/src/alf.rst
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-12-06 05:30:38 -0500
committerB. Watson <urchlay@slackware.uk>2025-12-06 05:30:38 -0500
commit96f910dae2456013ebc932be60c57e7712dbec69 (patch)
tree2528d13ef8d46e4b19c2836685fece59ce877420 /src/alf.rst
parentf7dfab9e35ee4e70b29b1dffb466c9727f0a0a16 (diff)
downloadalftools-96f910dae2456013ebc932be60c57e7712dbec69.tar.gz
Document file=NAME syntax.
Diffstat (limited to 'src/alf.rst')
-rw-r--r--src/alf.rst10
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
---------