From 8c315ce4de8efec29de3c3f81e25f06c1320bbb3 Mon Sep 17 00:00:00 2001 From: samwiseg0 Date: Mon, 6 Aug 2018 17:30:25 -0400 Subject: [PATCH] More message fixes --- README.md | 4 ++-- sonarr.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ab6d73..ab610d4 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ optional arguments: -h, --help show this help message and exit --missing Get all missing TV shows --missing_days MISSING_DAYS - Get missing TV shows in X pass days + Get missing TV shows in past X days --upcoming Get upcoming TV shows --today Get TV shows on today --queue Get TV shows in queue @@ -65,7 +65,7 @@ optional arguments: --counts Get the count of pending, approved, and available requests ``` -`tautulli.py` Gathers data from Tautulli and pushes it to influxdb +`tautulli.py` Gathers data from Tautulli and pushes it to influxdb. On initial run it will download the geoip2 DB and use it for locations. `sickrage.py` Gathers data from Sickrage and pushes it to influxdb diff --git a/sonarr.py b/sonarr.py index 9b2b13f..8e3bfb9 100644 --- a/sonarr.py +++ b/sonarr.py @@ -283,7 +283,7 @@ if __name__ == "__main__": help='Get all missing TV shows') parser.add_argument("--missing_days", type=int, - help='Get missing TV shows in X past days') + help='Get missing TV shows in past X days') parser.add_argument("--upcoming", action='store_true', help='Get upcoming TV shows')