mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2024-11-26 09:16:28 +00:00
fix bin help messages
This commit is contained in:
parent
ac877c2f8b
commit
fffa436262
@ -23,7 +23,7 @@
|
||||
# AUTHOR: KayM (gnadelwartz), kay@rrr.de
|
||||
# CREATED: 16.12.2020 16:14
|
||||
#
|
||||
#### $$VERSION$$ v1.2-dev2-38-g0db0215
|
||||
#### $$VERSION$$ v1.2-dev2-53-gac877c2
|
||||
#===============================================================================
|
||||
|
||||
# set bashbot environment
|
||||
@ -64,7 +64,7 @@ case "$1" in
|
||||
echo "missing missing arguments"
|
||||
;&
|
||||
"-h"*)
|
||||
echo "usage: send_message [-h|--help] [format] "message ...." [debug]"
|
||||
echo 'usage: send_message [-h|--help] [format] "message ...." [debug]'
|
||||
exit 1
|
||||
;;
|
||||
'--h'*)
|
||||
|
@ -22,7 +22,7 @@
|
||||
# AUTHOR: KayM (gnadelwartz), kay@rrr.de
|
||||
# CREATED: 23.12.2020 16:52
|
||||
#
|
||||
#### $$VERSION$$ v1.2-dev2-52-g20bfef1
|
||||
#### $$VERSION$$ v1.2-dev2-53-gac877c2
|
||||
#===============================================================================
|
||||
|
||||
# set bashbot environment
|
||||
@ -46,7 +46,7 @@ case "$1" in
|
||||
shift
|
||||
;;
|
||||
'')
|
||||
echo "missing missing arguments"
|
||||
echo "missing arguments"
|
||||
;&
|
||||
"-h"*)
|
||||
echo 'usage: send_edit_message [-h|--help] [format] "CHAT[ID]" "MESSAGE[ID]" "message ..." [debug]'
|
||||
|
@ -21,7 +21,7 @@
|
||||
# AUTHOR: KayM (gnadelwartz), kay@rrr.de
|
||||
# CREATED: 16.12.2020 11:34
|
||||
#
|
||||
#### $$VERSION$$ v1.2-dev2-38-g0db0215
|
||||
#### $$VERSION$$ v1.2-dev2-53-gac877c2
|
||||
#===============================================================================
|
||||
|
||||
# set bashbot environment
|
||||
@ -45,10 +45,10 @@ case "$1" in
|
||||
shift
|
||||
;;
|
||||
'')
|
||||
echo "missing missing arguments"
|
||||
echo "missing arguments"
|
||||
;&
|
||||
"-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
|
||||
;;
|
||||
'--h'*)
|
||||
|
Loading…
Reference in New Issue
Block a user