adapt pyblock info message

This commit is contained in:
rootzoll 2021-12-20 11:44:55 +01:00
parent 000eb7b6a5
commit c73a242a57

View File

@ -11,8 +11,7 @@ fi
if [ "$1" = "menu" ]; then if [ "$1" = "menu" ]; then
dialog --title " Info PyBlock " --msgbox " dialog --title " Info PyBlock " --msgbox "
pyblock is a command line tool. pyblock is a command line tool.
Type: 'pyblock' in the command line to switch to the dedicated user. Exit to Terminal and use command 'pyblock'.
Then 'pyblock' for starting PyBlock.
Usage: https://github.com/curly60e/pyblock/blob/master/README.md Usage: https://github.com/curly60e/pyblock/blob/master/README.md
" 10 75 " 10 75
exit 0 exit 0