From 1e782beabcb698b957090e3bd8a5115990c75d3c Mon Sep 17 00:00:00 2001 From: sebthom Date: Fri, 27 Dec 2024 13:49:05 +0100 Subject: [PATCH] fix: update help text --- README.md | 1 + src/kleinanzeigen_bot/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03705a2..7230206 100644 --- a/README.md +++ b/README.md @@ -207,6 +207,7 @@ Options: --keep-old - don't delete old ads on republication --config= - path to the config YAML or JSON file (DEFAULT: ./config.yaml) --logfile= - path to the logfile (DEFAULT: ./kleinanzeigen-bot.log) + --lang=en|de - display language (STANDARD: system language if supported, otherwise English) -v, --verbose - enables verbose output - only useful when troubleshooting issues ``` diff --git a/src/kleinanzeigen_bot/__init__.py b/src/kleinanzeigen_bot/__init__.py index dfc9151..23f9a05 100644 --- a/src/kleinanzeigen_bot/__init__.py +++ b/src/kleinanzeigen_bot/__init__.py @@ -160,8 +160,8 @@ class KleinanzeigenBot(WebScrapingMixin): --force - Alias für '--ads=all' --keep-old - Verhindert das Löschen alter Anzeigen bei erneuter Veröffentlichung --config= - Pfad zur YAML- oder JSON-Konfigurationsdatei (STANDARD: ./config.yaml) - --lang=en|de - Anzeigesprache (STANDARD: Systemsprache, wenn unterstützt, sonst Englisch) --logfile= - Pfad zur Protokolldatei (STANDARD: ./kleinanzeigen-bot.log) + --lang=en|de - Anzeigesprache (STANDARD: Systemsprache, wenn unterstützt, sonst Englisch) -v, --verbose - Aktiviert detaillierte Ausgabe – nur nützlich zur Fehlerbehebung """)) else: @@ -193,7 +193,7 @@ class KleinanzeigenBot(WebScrapingMixin): --keep-old - don't delete old ads on republication --config= - path to the config YAML or JSON file (DEFAULT: ./config.yaml) --logfile= - path to the logfile (DEFAULT: ./kleinanzeigen-bot.log) - --lang=en|de - Displaylanguage (STANDARD: Systemlangauge if supported, otherwise English) + --lang=en|de - display language (STANDARD: system language if supported, otherwise English) -v, --verbose - enables verbose output - only useful when troubleshooting issues """))