service: In auth help add separator if there is init help only
patch 2922f89ba9e3b2a0983b0e564ce29105e670c3f2
Author: E. Bosch <presidev@AT@gmail.com>
Date: Tue Jul 14 11:30:59 CEST 2026
* service: In auth help add separator if there is init help only
hunk ./service.py 24
+ self.init_help = settings['initial_help']
hunk ./service.py 38
+ sep = '----' if self.init_help else ''
hunk ./service.py 40
- '----',
+ sep,