Fix lack of newline between description lines if start and status2 commands

This commit is contained in:
Nedko Arnaudov 2023-12-03 13:23:43 +02:00
parent 35d6134f03
commit a7cda510aa
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ def print_help():
" help - print this help text\n"
" status - check whether jack server is started, "
"return value is 0 if running and 1 otherwise\n"
" status2 - check whether jack server is started, continue"
" status2 - check whether jack server is started, continue\n"
" start - start jack server if not currently started\n"
" stop - stop jack server if currently started\n"
" sm - switch master to currently selected driver\n"