diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-27 19:14:50 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-27 19:14:50 -0500 |
| commit | 0a1b08e58e1ef9a5d60295deb4bf158562718909 (patch) | |
| tree | 4775128dfa048e1bbb07aca75f935d518b4c2dda /src/usage.c | |
| parent | 8aec307634ac63cf88e77df0e48fde1de0649b03 (diff) | |
| download | unalf-0a1b08e58e1ef9a5d60295deb4bf158562718909.tar.gz | |
Add -f (fix EOF junk) option to unalf.
Diffstat (limited to 'src/usage.c')
| -rw-r--r-- | src/usage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usage.c b/src/usage.c index 9808f35..f25e707 100644 --- a/src/usage.c +++ b/src/usage.c @@ -2,6 +2,7 @@ const char *usage_msg[] = { " -a: convert EOLs and tabs in text files.", " -d output-dir: set output directory (created if needed).", " -e: extract files (redundant; this is the default action).", + " -f: fix (remove) junk at EOF.", " -h, --help: show this help message.", " -k: keep trailing periods (dots) in filenames.", " -l: list files in archive (filenames only).", |
