Add --keep argument to download torrent files to local directory
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# PDMameUpdate
|
||||
|
||||
Checks available MAME Torrents on PleasureDome
|
||||
and updates the local versions if more recent
|
||||
Checks available MAME Torrents on PleasureDome
|
||||
and updates the local versions if more recent
|
||||
versions are detected
|
||||
|
||||

|
||||
@ -20,7 +20,7 @@ pipenv run python3 PDMameUpdate.py
|
||||
|
||||
## Usage
|
||||
```shell
|
||||
usage: PDMameUpdate.py [-h] [-l] [-d] [-c]
|
||||
usage: PDMameUpdate.py [-h] [-l] [-d] [-k] [-c]
|
||||
|
||||
Update PleasureDome MAME Torrents
|
||||
|
||||
@ -28,5 +28,6 @@ optional arguments:
|
||||
-h, --help show this help message and exit
|
||||
-l, --log Display more log messages
|
||||
-d, --debug Display debugging messages
|
||||
-k, --keep Keep torrent files localy
|
||||
-c, --countdown Start with a 5 second countdown
|
||||
```
|
||||
|
Reference in New Issue
Block a user