diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/unalf.1 | 4 | ||||
| -rw-r--r-- | src/unalf.rst | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/unalf.1 b/src/unalf.1 index 51fc5e2..a9035ec 100644 --- a/src/unalf.1 +++ b/src/unalf.1 @@ -52,6 +52,10 @@ suffix to the filename). If one or more \fIwildcard\fP arguments are provided, files will only be listed or extracted if they match one of the wildcards. See \fBWILDCARDS\fP below for details. +.sp +Only one \fIalf\-file\fP argument is allowed. It\(aqs impossible to process +multiple ALF files per run of \fBunalf\fP\&. If you need bulk extraction, +use e.g. a \fBfor\fP loop in a shell script. .SH OPTIONS .INDENT 0.0 .TP diff --git a/src/unalf.rst b/src/unalf.rst index 4c5e996..0fe7f35 100644 --- a/src/unalf.rst +++ b/src/unalf.rst @@ -40,6 +40,10 @@ If one or more *wildcard* arguments are provided, files will only be listed or extracted if they match one of the wildcards. See **WILDCARDS** below for details. +Only one *alf-file* argument is allowed. It's impossible to process +multiple ALF files per run of **unalf**. If you need bulk extraction, +use e.g. a **for** loop in a shell script. + OPTIONS ======= |
