diff options
Diffstat (limited to 'src/unalf.1')
| -rw-r--r-- | src/unalf.1 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/unalf.1 b/src/unalf.1 index 52aecef..93fe459 100644 --- a/src/unalf.1 +++ b/src/unalf.1 @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "UNALF" 1 "2025-12-08" "0.4.0" "Urchlay's Atari 8-bit Tools" +.TH "UNALF" 1 "2025-12-10" "0.4.0" "Urchlay's Atari 8-bit Tools" .SH NAME unalf \- extract Atari 8-bit ALF archives .\" RST source for unalf(1) man page. Convert with: @@ -62,6 +62,10 @@ use e.g. a \fBfor\fP loop in a shell script. \fBunalf\fP can\(aqt read an ALF file on standard input; \fIalf\-file\fP must be a real file. .SH OPTIONS +.sp +Options can be combined (e.g. \fB\-ov\fP means \fB\-o\fP \fB\-v\fP), though +the options that take an argument (\fB\-d\fP, \fB\-n\fP, \fB\-x\fP) must appear +last in the combination. .INDENT 0.0 .TP .B \-a @@ -250,6 +254,14 @@ to exclude multiple patterns. .UNINDENT .\" exclude <wildcard>. may be given multiple times. . +.INDENT 0.0 +.TP +.B \-\- +End of options. The next argument is treated as the \fIalf\-file\fP and +any further options are \fIwildcard\fPs. +.UNINDENT +.\" end of options (next arg is alf-file) +. .\" ENDOPTS . .SH WILDCARDS |
