From 81daa382d8efd8e76c6d6c5cb3504e6d0e7eb81a Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 11 Feb 2025 14:59:07 -0500 Subject: Add indexer options to README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index eb6d885..14f7ddb 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,16 @@ stasis mydelivery.ini | --no-rewrite | n/a | Do not rewrite paths and URLs in output files | | DELIVERY_FILE | n/a | STASIS delivery file | +## Indexer Command Line Options + +| Long Option | Short Option | Purpose | +|:-------------|:------------:|:----------------------------------------| +| --help | -h | Display this usage statement | +| --destdir | -d | Destination directory | +| --verbose | -v | Increase output verbosity | +| --unbuffered | -U | Disable line buffering | +| --web | -w | Generate HTML indexes (requires pandoc) | + ## Environment variables | Name | Purpose | -- cgit