service: Add more indentation in brief help descriptions
patch 720468dce764675132030772fcb93f4bb5b00724
Author: E. Bosch <presidev@AT@gmail.com>
Date: Mon May 8 01:12:09 CEST 2023
* service: Add more indentation in brief help descriptions
hunk ./service.py 60
- reply = (' code Enter authorization code',)
+ reply = (' code Enter authorization code',)
hunk ./service.py 105
- reply = (' dialog Manage conversations (dialogs)',)
+ reply = (' dialog Manage conversations (dialogs)',)
hunk ./service.py 124
- help_text = (' help This help',)
+ help_text = (' help This help',)
hunk ./service.py 203
- reply = (' history Get messages from history',)
+ reply = (' history Get messages from history',)
hunk ./service.py 225
- reply = (' mark_read Mark messages as read',)
+ reply = (' mark_read Mark messages as read',)