aboutsummaryrefslogtreecommitdiff
path: root/src/alf.rst
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-11-27 17:26:50 -0500
committerB. Watson <urchlay@slackware.uk>2025-11-27 17:26:50 -0500
commit8aec307634ac63cf88e77df0e48fde1de0649b03 (patch)
tree09ab1b41d242fe632a8ed916ba2dfd2f10c71b7e /src/alf.rst
parent85770c4b5cb89a8a4420293a2a8b1f0cef851d7e (diff)
downloadunalf-8aec307634ac63cf88e77df0e48fde1de0649b03.tar.gz
-A (text file conversion) option for alf.
Diffstat (limited to 'src/alf.rst')
-rw-r--r--src/alf.rst25
1 files changed, 24 insertions, 1 deletions
diff --git a/src/alf.rst b/src/alf.rst
index 879d0da..77c31cd 100644
--- a/src/alf.rst
+++ b/src/alf.rst
@@ -21,7 +21,7 @@ create Atari 8-bit ALF archives
SYNOPSIS
========
-alf [**--help**] | [**-a** | **-o** ] *alf-file* *file* [*file* ...]
+alf [**--help**] | [**-a** | **-o** ] [**-t[dgz]**] *alf-file* *file* [*file* ...]
DESCRIPTION
===========
@@ -55,6 +55,14 @@ OPTIONS
.. append to alf file.
+-A
+ Convert line endings and tabs from ASCII to ATASCII in all input
+ files. This will corrupt any executables or non-text data files,
+ so use with caution. There is no way to autodetect text files,
+ unlike **unalf**.
+
+.. convert EOLs and tabs in all input files.
+
-h, --help
Show built-in help message.
@@ -65,6 +73,21 @@ OPTIONS
.. overwrite alf file if exists (do not create file~ backup).
+-td
+ Use default **LZ.COM** timestamps (8 Dec 82 12:24).
+
+.. use default LZ.COM timestamps.
+
+-tu
+ Use UTC for timestamps (default is local timezone).
+
+.. use UTC timestamps.
+
+-tz
+ Use zero for timestamps (0 ??? 80 12:00a).
+
+.. use zero timestamps.
+
-V, --version
Show **unalf** version number and exit.