mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-10-09 05:18:03 +08:00
Merge pull request #11 from StuffAnThings/develop
Add .gitignore and minor grammar update
This commit is contained in:
commit
64a16dbdc3
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*.log
|
||||
*.yml
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue