Minor: format control socket help text

このコミットが含まれているのは:
n9k 2022-07-24 05:18:25 +00:00
コミット 910c60a13e
1個のファイルの変更2行の追加1行の削除

ファイルの表示

@ -11,7 +11,8 @@ async def cmd_exit_help():
normal = ['exit', 'help']
response = (
'Usage: exit\n'
'close the connection\n'
'Commands:\n'
' exit......close the connection\n'
)
return normal, response