fix bin help messages

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2020-12-23 17:03:17 +01:00
parent ac877c2f8b
commit fffa436262
3 changed files with 7 additions and 7 deletions

View File

@ -23,7 +23,7 @@
# AUTHOR: KayM (gnadelwartz), kay@rrr.de # AUTHOR: KayM (gnadelwartz), kay@rrr.de
# CREATED: 16.12.2020 16:14 # CREATED: 16.12.2020 16:14
# #
#### $$VERSION$$ v1.2-dev2-38-g0db0215 #### $$VERSION$$ v1.2-dev2-53-gac877c2
#=============================================================================== #===============================================================================
# set bashbot environment # set bashbot environment
@ -64,7 +64,7 @@ case "$1" in
echo "missing missing arguments" echo "missing missing arguments"
;& ;&
"-h"*) "-h"*)
echo "usage: send_message [-h|--help] [format] "message ...." [debug]" echo 'usage: send_message [-h|--help] [format] "message ...." [debug]'
exit 1 exit 1
;; ;;
'--h'*) '--h'*)

View File

@ -22,7 +22,7 @@
# AUTHOR: KayM (gnadelwartz), kay@rrr.de # AUTHOR: KayM (gnadelwartz), kay@rrr.de
# CREATED: 23.12.2020 16:52 # CREATED: 23.12.2020 16:52
# #
#### $$VERSION$$ v1.2-dev2-52-g20bfef1 #### $$VERSION$$ v1.2-dev2-53-gac877c2
#=============================================================================== #===============================================================================
# set bashbot environment # set bashbot environment
@ -46,7 +46,7 @@ case "$1" in
shift shift
;; ;;
'') '')
echo "missing missing arguments" echo "missing arguments"
;& ;&
"-h"*) "-h"*)
echo 'usage: send_edit_message [-h|--help] [format] "CHAT[ID]" "MESSAGE[ID]" "message ..." [debug]' echo 'usage: send_edit_message [-h|--help] [format] "CHAT[ID]" "MESSAGE[ID]" "message ..." [debug]'

View File

@ -21,7 +21,7 @@
# AUTHOR: KayM (gnadelwartz), kay@rrr.de # AUTHOR: KayM (gnadelwartz), kay@rrr.de
# CREATED: 16.12.2020 11:34 # CREATED: 16.12.2020 11:34
# #
#### $$VERSION$$ v1.2-dev2-38-g0db0215 #### $$VERSION$$ v1.2-dev2-53-gac877c2
#=============================================================================== #===============================================================================
# set bashbot environment # set bashbot environment
@ -45,10 +45,10 @@ case "$1" in
shift shift
;; ;;
'') '')
echo "missing missing arguments" echo "missing arguments"
;& ;&
"-h"*) "-h"*)
echo "usage: send_message [-h|--help] [format] "CHAT[ID]" "message ...." [debug]" echo 'usage: send_message [-h|--help] [format] "CHAT[ID]" "message ...." [debug]'
exit 1 exit 1
;; ;;
'--h'*) '--h'*)