summaryrefslogtreecommitdiff
path: root/buetow.org.sh
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-19 20:10:19 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:05 +0100
commit202f4e03fb9519931142fcd3d76700aeb106a05d (patch)
treeacd094ea1d4bad74735334f1d7107d87c60ac830 /buetow.org.sh
parent14822623456972b0dbe9dc5b6c36b701bb6ec7f1 (diff)
fix
Diffstat (limited to 'buetow.org.sh')
-rwxr-xr-xbuetow.org.sh10
1 files changed, 6 insertions, 4 deletions
diff --git a/buetow.org.sh b/buetow.org.sh
index da8a99d7..ecb70711 100755
--- a/buetow.org.sh
+++ b/buetow.org.sh
@@ -27,10 +27,12 @@ source ./packages/md.source.sh
help () {
cat <<HELPHERE
$0's possible arguments:
- --feed
- --publish
- --test
- --help
+ --feed Generates Gemtext Atom feed and Gemfeed.
+ --generate Generates all known output formats (html, md, ...)
+ --publish Same as --generate, but also commits all files to git (and
+ removes obsolete files form git too).
+ --test Only runs some shellcheck and unit tests.
+ --help Prints this retty text.
HELPHERE
}