1
0
mirror of https://github.com/vikstrous/pirate-get synced 2025-01-09 09:59:51 +01:00

update readme

This commit is contained in:
Viktor Stanchev 2013-12-14 08:32:45 -05:00
parent 7957dac8fe
commit 127ce3babc

View File

@ -16,7 +16,7 @@ Usage
---
```
usage: pirate-get [-h] [--local DATABASE] [-p PAGES] search_term
usage: pirate-get [-h] [-t] [--local DATABASE] [-p PAGES] search_term
Finds and downloads torrents from the Pirate Bay
@ -25,6 +25,7 @@ positional arguments:
optional arguments:
-h, --help show this help message and exit
-t call transmission-remote to start the download
--local DATABASE An xml file containing the Pirate Bay database
-p PAGES The number of pages to fetch (doesn't work with --local)
```