diff options
Diffstat (limited to 'src/alf.rst')
| -rw-r--r-- | src/alf.rst | 25 |
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. |
