From 859ce923799a59074a4aa33313e7b65f76474967 Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Wed, 3 Mar 2021 08:55:49 +0100 Subject: [PATCH] bashbot.rc: webhook usage --- bashbot.rc | 5 +++-- examples/webhook/README.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bashbot.rc b/bashbot.rc index 3371dac..6becc65 100755 --- a/bashbot.rc +++ b/bashbot.rc @@ -5,7 +5,7 @@ # # tested on: ubuntu, opensuse, debian # -#### $$VERSION$$ v1.45-dev-62-g4854d0d +#### $$VERSION$$ v1.45-dev-64-gfff79d6 # shellcheck disable=SC2009 # shellcheck disable=SC2181 # shellcheck disable=SC2250 @@ -113,7 +113,8 @@ case "$1" in fi ;; *) - printf "%s\n" "Usage: $0 { start | stop | starthook | restart | reload | restartback | suspendback | resumeback | killback }" + printf "%s\n" "Usage: $0 [ start | stop | restart | starthook | stophook | restarthook ]" + printf "%s\n" " $0 [ status | restartback | suspendback | resumeback | killback ]" RETVAL=1 ;; esac diff --git a/examples/webhook/README.md b/examples/webhook/README.md index 00ddd04..5e36ddd 100644 --- a/examples/webhook/README.md +++ b/examples/webhook/README.md @@ -96,5 +96,5 @@ webhook updates only over secure TLS connections with a valid SSL certificate ch `socat` looks like a tool to listen for Telegram updates from bash scripts, let's see ... -#### $$VERSION$$ v1.45-dev-63-ge098aee +#### $$VERSION$$ v1.45-dev-64-gfff79d6