diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-14 19:31:03 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-14 19:31:03 -0500 |
| commit | 269ce9c533b146b68371505a2c651043074e1c6b (patch) | |
| tree | bd33f1538cf2d1b00f7f14a470ed75b361d1c886 /src/unalf.rst | |
| parent | c90c5405e83ab7e6ee8c5a264977052c3fa72840 (diff) | |
| download | unalf-269ce9c533b146b68371505a2c651043074e1c6b.tar.gz | |
Add -h/--help option.
Diffstat (limited to 'src/unalf.rst')
| -rw-r--r-- | src/unalf.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/unalf.rst b/src/unalf.rst index e5d8dc7..c3d175f 100644 --- a/src/unalf.rst +++ b/src/unalf.rst @@ -21,7 +21,7 @@ extract Atari 8-bit ALF archives SYNOPSIS ======== -unalf [**-aetklLopqtv**] [**-d** *dir*] [**-x** *wildcard*] *alf-file* [*wildcard* ...] +unalf [**--help**] [**-aehtklLopqtv**] [**-d** *dir*] [**-x** *wildcard*] *alf-file* [*wildcard* ...] DESCRIPTION =========== @@ -71,6 +71,11 @@ OPTIONS .. extract files (redundant; this is the default action). +-h, --help + Show built-in help message. + +.. show this help message. + -k Keep trailing periods. In most (all?) ALF files, filenames that have no extension are stored with a trailing period, e.g. '**FOO**' would |
