From 127ce3babc07a593332d575455bc0e890aa157b6 Mon Sep 17 00:00:00 2001 From: Viktor Stanchev Date: Sat, 14 Dec 2013 08:32:45 -0500 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e728b0..a21dbca 100644 --- a/README.md +++ b/README.md @@ -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) ```