diff options
| author | Paul Buetow <paul@buetow.org> | 2023-03-18 13:59:02 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-03-18 13:59:02 +0200 |
| commit | 71e0bb1cbad3c33b711e09ea38fedfa661001628 (patch) | |
| tree | 173b2cac051c2afc716b24c4132d5c0ddb60846c | |
| parent | 5f42d3b0b6a42f10b39f4a88ff76c7fda6f2a8e4 (diff) | |
clarify help .. add --publish
| -rwxr-xr-x | gemtexter | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -49,13 +49,14 @@ source ./lib/template.source.sh help () { cat <<HELPHERE $0's possible arguments: - --feed Generates Gemtext Atom feed and Gemfeed. - --generate Generates all known output formats (html, md, ...). + --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 + --publish Runs --generate, --git-add and --git-sync --help Prints this pretty text. Example: $0 --generate |
