From 269ce9c533b146b68371505a2c651043074e1c6b Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 14 Nov 2025 19:31:03 -0500 Subject: Add -h/--help option. --- src/unalf.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/unalf.rst') 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 -- cgit v1.2.3