From bc4094923a23cebd6feb12bf6b2c39529d7c881d Mon Sep 17 00:00:00 2001 From: dolphinhats Date: Sun, 16 Sep 2018 11:46:38 -0500 Subject: [PATCH] Updated --help output in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7f85e50..4abd4d7 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ usage: scrape-logs.py [-h] [--username USERNAME] [--flag FLAG] [--quiet] [--server SERVER] [--channel CHANNEL] [--limit LIMIT] [--output OUTPUT] [--logging {10,20,30,40,50}] -Scrapes the logs from a Discord channel. +Scrapes messages from a Discord channel. optional arguments: -h, --help show this help message and exit @@ -47,9 +47,9 @@ optional arguments: --limit LIMIT, -l LIMIT Number of messages to save. Default is 1000000 --output OUTPUT, -o OUTPUT - Outputs all logs into a single file. If not specified, - logs are saved under the format: -.txt. + Outputs all messages into a single file. If not + specified, messages are saved under the format: + .txt. --logging {10,20,30,40,50} Change the logging level. Defaults to 20, info. ```