aboutsummaryrefslogtreecommitdiff
path: root/src/alf.1
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.1
parent85770c4b5cb89a8a4420293a2a8b1f0cef851d7e (diff)
downloadunalf-8aec307634ac63cf88e77df0e48fde1de0649b03.tar.gz
-A (text file conversion) option for alf.
Diffstat (limited to 'src/alf.1')
-rw-r--r--src/alf.133
1 files changed, 32 insertions, 1 deletions
diff --git a/src/alf.1 b/src/alf.1
index 82d462b..756d32a 100644
--- a/src/alf.1
+++ b/src/alf.1
@@ -36,7 +36,7 @@ alf \- create Atari 8-bit ALF archives
.
.SH SYNOPSIS
.sp
-alf [\fB\-\-help\fP] | [\fB\-a\fP | \fB\-o\fP ] \fIalf\-file\fP \fIfile\fP [\fIfile\fP ...]
+alf [\fB\-\-help\fP] | [\fB\-a\fP | \fB\-o\fP ] [\fB\-t[dgz]\fP] \fIalf\-file\fP \fIfile\fP [\fIfile\fP ...]
.SH DESCRIPTION
.sp
\fBalf\fP creates \fIALF\fP archives.
@@ -69,6 +69,16 @@ is made with \fB\-a\fP\&.
.
.INDENT 0.0
.TP
+.B \-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 \fBunalf\fP\&.
+.UNINDENT
+.\" convert EOLs and tabs in all input files.
+.
+.INDENT 0.0
+.TP
.B \-h\fP,\fB \-\-help
Show built\-in help message.
.UNINDENT
@@ -83,6 +93,27 @@ Overwrite \fIalf\-file\fP if it exists; do not make a \fB~\fP backup.
.
.INDENT 0.0
.TP
+.BI \-t\fB d
+Use default \fBLZ.COM\fP timestamps (8 Dec 82 12:24).
+.UNINDENT
+.\" use default LZ.COM timestamps.
+.
+.INDENT 0.0
+.TP
+.BI \-t\fB u
+Use UTC for timestamps (default is local timezone).
+.UNINDENT
+.\" use UTC timestamps.
+.
+.INDENT 0.0
+.TP
+.BI \-t\fB z
+Use zero for timestamps (0 ??? 80 12:00a).
+.UNINDENT
+.\" use zero timestamps.
+.
+.INDENT 0.0
+.TP
.B \-V\fP,\fB \-\-version
Show \fBunalf\fP version number and exit.
.UNINDENT