docs: fix typo in German documentation comment
Some checks failed
Auto Changelog & Release / detect-version-change (push) Successful in 4s
Auto Changelog & Release / release (push) Has been skipped
Auto Changelog & Release / changelog-only (push) Failing after 7s
Build and Publish nightly package / build-and-publish (push) Successful in 37s

This commit is contained in:
2025-11-27 18:14:11 +01:00
parent f63ef85dd7
commit 801c8e24a1

View File

@@ -21,7 +21,7 @@ def clean_volatile(
category: list[str] = Option(None, "--category", "-c", help="Nur bestimmte Kategorien reinigen", autocompletion=complete_categories),
):
"""
Löscht **bedingungslos** alle Repositories aus `volatile`-Kategorien (z.\u200bB. `scratches`).
Löscht **bedingungslos** alle Repositories aus `volatile`-Kategorien (z.B. `scratches`).
"""
catalog = RepoCatalogState.from_config(load_config())