Skip to content

Commit 00b7b18

Browse files
committed
Typos
1 parent 913f4ec commit 00b7b18

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

bbblb/cli/recording.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,9 @@ async def check_database(
192192
193193
Warning, this command may run for a while and consume a lot of memory
194194
if you have many recordings. It is also NOT safe to run this command
195-
while BBBLB running and processing new recordings. Stop all BBBLB
196-
API and worker processes before running this command with enabled
197-
fixes. Make backups first.
198-
199-
The command
195+
while BBBLB is running and processing new recordings. Stop all BBBLB
196+
API and worker processes before starting a scan, especially with
197+
fixes enabled. Make backups!
200198
"""
201199
autofix: set[FixCategory] = set()
202200
if fix_orphans or fix_all:

docs/_click.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -295,11 +295,9 @@ your database backup is missing a few recordings.
295295

296296
Warning, this command may run for a while and consume a lot of memory
297297
if you have many recordings. It is also NOT safe to run this command
298-
while BBBLB running and processing new recordings. Stop all BBBLB
299-
API and worker processes before running this command with enabled
300-
fixes. Make backups first.
301-
302-
The command
298+
while BBBLB is running and processing new recordings. Stop all BBBLB
299+
API and worker processes before starting a scan, especially with
300+
fixes enabled. Make backups!
303301

304302
.. table:: Options
305303
:width: 100%

0 commit comments

Comments
 (0)