From 0619375576096631109b2c3441c9b87037a0a783 Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 25 Mar 2021 19:54:07 -0400 Subject: [PATCH] Add .gitignore and minor grammar update --- .gitignore | 2 ++ qbit_manage.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ee6b193 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.log +*.yml diff --git a/qbit_manage.py b/qbit_manage.py index 9adfd59..478b182 100644 --- a/qbit_manage.py +++ b/qbit_manage.py @@ -61,7 +61,7 @@ parser.add_argument('-ro', '--rem-orphaned', dest='rem_orphaned', action='store_const', const='rem_orphaned', - help='Use this if you would like to remove orphaned files from your downloads directory that is not referenced by any torrents') + help='Use this if you would like to remove orphaned files from your downloads directory that are not referenced by any torrents') parser.add_argument('--dry-run', dest='dry_run', action='store_const',