summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-11-03 04:03:51 +0200
committerPaul Buetow <paul@buetow.org>2025-11-03 04:03:51 +0200
commitcb14b4b5d0264c522fb3222c9764d8e791a078dd (patch)
treebfb4ec7ea9d28cd40c146a38f78e001cfb8885e0
parent98e93bc4e552f4557b273c30632c973b291a9271 (diff)
add filter help
-rwxr-xr-xgemtexter22
1 files changed, 11 insertions, 11 deletions
diff --git a/gemtexter b/gemtexter
index 0da0adb..ee3ef70 100755
--- a/gemtexter
+++ b/gemtexter
@@ -60,17 +60,17 @@ source ./lib/template.source.sh
help () {
cat <<HELPHERE
$0's possible arguments:
- --generate Generates all known output formats (feeds, html, md, ...).
- --test Only runs some shellcheck and unit tests.
- --version Prints out the version of gemtexter
- --feed Generates only Gemtext Atom feed and Gemfeed.
- --git-add Add all files to Git
- --git-sync Sync all files with the remote origin
- --git Both of above
- --html-theme Only process HTML theme files (part of --generate by default)
- Note for source-code highlight changes you must run --generate still.
- --publish Runs --generate, --git-add and --git-sync
- --help Prints this pretty text.
+ --generate [FILTER] Generates all known output formats (feeds, html, md, ...).
+ --test Only runs some shellcheck and unit tests.
+ --version Prints out the version of gemtexter
+ --feed Generates only Gemtext Atom feed and Gemfeed.
+ --git-add Add all files to Git
+ --git-sync Sync all files with the remote origin
+ --git Both of above
+ --html-theme Only process HTML theme files (part of --generate by default)
+ Note for source-code highlight changes you must run --generate still.
+ --publish Runs --generate, --git-add and --git-sync
+ --help Prints this pretty text.
Example:
$0 --generate
HELPHERE