From 5c54aea39421a64b643b32f8605d6666259f5bb1 Mon Sep 17 00:00:00 2001 From: Dnomd343 Date: Sat, 7 Jun 2025 17:28:50 +0800 Subject: [PATCH] docs: split long description lines --- src/syncplay_boot/boot.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/syncplay_boot/boot.py b/src/syncplay_boot/boot.py index a867e6b..88a4d96 100644 --- a/src/syncplay_boot/boot.py +++ b/src/syncplay_boot/boot.py @@ -90,13 +90,15 @@ DESC = { ), 'persistent': ( None, - 'Enable room data persistence, the information will be saved to the `rooms.db` file, only valid when `--isolate-rooms` is not specified.', + 'Enable room data persistence, the information will be saved to the `rooms.db` file, only valid when ' + '`--isolate-rooms` is not specified.', ), 'max_username': ('NUM', 'Maximum length of usernames, default is 16.'), 'max_chat_message': ('NUM', 'Maximum length of chat messages, default is 150.'), 'permanent_rooms': ( 'ROOM', - 'Specifies a list of rooms that will still be listed even if their playlist is empty, only valid when `--persistent` is specified, defaults to empty.', + 'Specifies a list of rooms that will still be listed even if their playlist is empty, only valid when ' + '`--persistent` is specified, defaults to empty.', ), 'listen_ipv4': ('ADDR', 'Listening address of Syncplay service on IPv4.'), 'listen_ipv6': ('ADDR', 'Listening address of Syncplay service on IPv6.'),