Skip to content

Commit f93f500

Browse files
committed
Fix typos
1 parent 0053bee commit f93f500

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.sample.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ telegram:
2020

2121
media:
2222
# Path where to put media files
23-
download_path: /path/were/to/put/media-files
23+
download_path: /path/where/to/put/media-files
2424

2525
# Pattern of the saved filename
2626
#

telegram2elastic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def main():
345345

346346
import_history_command = sub_command_parser.add_parser("import-history")
347347
import_history_command.add_argument("start_date", nargs="?", help="the start date at which to start importing (in format YYYY-MM-DD)")
348-
import_history_command.add_argument("--chats", nargs="*", help="only import the give chats (use list-chats to get IDs)")
348+
import_history_command.add_argument("--chats", nargs="*", help="only import the given chats (use list-chats to get IDs)")
349349

350350
list_chats_command = sub_command_parser.add_parser("list-chats")
351351
list_chats_command.add_argument("--types", nargs="*", choices=["contact", "user", "group", "channel"], help="list the given chat types instead of those from the config file")

0 commit comments

Comments
 (0)