From a0b569689d4e9600d7df633cfa47d0eb5ebdc18a Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Tue, 11 Jul 2023 10:53:25 +0200 Subject: [PATCH] Document --long-help --- doc/mkdwarfs.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/mkdwarfs.md b/doc/mkdwarfs.md index a5d4fd90..0858aadf 100644 --- a/doc/mkdwarfs.md +++ b/doc/mkdwarfs.md @@ -352,9 +352,12 @@ Most other options are concerned with compression tuning: you can switch to `ascii`, which is like `unicode`, but looks less fancy. -- `--help`: - Show program help, including defaults, compression level detail and - supported compression algorithms. +- `-h`, `--help`: + Show usage and the most common basic options. + +- `-H`, `--long-help`: + Show full usage with all options, including defaults, compression level + detail and supported compression algorithms. If experimental Python support was compiled into `mkdwarfs`, you can use the following option to enable customizations via the scripting interface: