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',