diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-12-10 16:43:51 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-12-10 16:43:51 -0500 |
| commit | 9428a7317ba4d6ea1e133181448714464c50792a (patch) | |
| tree | c4dacf577bf612a4b61c284cc69d30d360cdad17 /src/usage.c | |
| parent | 5e1d23cb0b269b08076edc3203f7ba5dbcee45d2 (diff) | |
| download | alftools-9428a7317ba4d6ea1e133181448714464c50792a.tar.gz | |
Tweak alf and unalf man pages.
Diffstat (limited to 'src/usage.c')
| -rw-r--r-- | src/usage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usage.c b/src/usage.c index d15a764..ae5b8a2 100644 --- a/src/usage.c +++ b/src/usage.c @@ -18,6 +18,6 @@ const char *usage_msg[] = { " -v: verbose listing of archive contents.", " -V: show version number.", " -x: exclude <wildcard>. may be given multiple times.", - " --: end of options (next arg is alf-file)", + " --: end of options (next arg is alf-file).", (const char*)0 }; |
