diff options
Diffstat (limited to 'buetow.org.sh')
| -rwxr-xr-x | buetow.org.sh | 10 |
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 } |
