diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-18 23:24:32 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-18 23:24:32 -0500 |
| commit | c39b14b100679e7f28edeb7a5a9b013f1ac3c18b (patch) | |
| tree | aaa4bcbee6731a7a21b03f0e14ae758762e81523 | |
| parent | 2463e2b8efa7945ebbb6ab1b3a2910a7754b46d3 (diff) | |
| download | unalf-c39b14b100679e7f28edeb7a5a9b013f1ac3c18b.tar.gz | |
Fix typo in in man page.
| -rw-r--r-- | src/unalf.1 | 2 | ||||
| -rw-r--r-- | src/unalf.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/unalf.1 b/src/unalf.1 index 0519a24..ff67d01 100644 --- a/src/unalf.1 +++ b/src/unalf.1 @@ -121,7 +121,7 @@ the \fB\-x\fP, \fB\-L\fP, \fB\-k\fP options. .INDENT 0.0 .TP .B \-L -Lowercase filesnames. Example: \fBFOO.TXT\fP will extract to \fBfoo.txt\fP\&. +Lowercase filenames. Example: \fBFOO.TXT\fP will extract to \fBfoo.txt\fP\&. .UNINDENT .\" use lowercase filenames. . diff --git a/src/unalf.rst b/src/unalf.rst index 709b19e..3eea65b 100644 --- a/src/unalf.rst +++ b/src/unalf.rst @@ -95,7 +95,7 @@ OPTIONS .. list files in archive (filenames only). -L - Lowercase filesnames. Example: **FOO.TXT** will extract to **foo.txt**. + Lowercase filenames. Example: **FOO.TXT** will extract to **foo.txt**. .. use lowercase filenames. |
