Merge pull request #11 from StuffAnThings/develop

Add .gitignore and minor grammar update
This commit is contained in:
Visorask 2021-03-25 23:15:30 -05:00 committed by GitHub
commit 64a16dbdc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*.log
*.yml

View file

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