From da490541d0e68bb428360a2ecdd2cf0d80691735 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 23 Feb 2015 10:07:17 +0100 Subject: [PATCH] Readme --- README.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/README.md b/README.md index 86a6138..35ae682 100644 --- a/README.md +++ b/README.md @@ -297,4 +297,54 @@ Help: Usage: types:tree [OPTIONS] ``` +### Configure transmission web remote access + +``` +Usage: + transmission:configure + +Options: + --help (-h) Display this help message + --quiet (-q) Do not output any message + --verbose (-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug + --version (-V) Display this application version + --ansi Force ANSI output + --no-ansi Disable ANSI output + --no-interaction (-n) Do not ask any interactive question + +Help: + transmission:configure + + Configure your transmission web remote access. + + Usage: transmission:configure +``` + +### Download a torrent with transmission web remote client + +``` +Usage: + transmission:download id + +Arguments: + id Torrent ID + +Options: + --help (-h) Display this help message + --quiet (-q) Do not output any message + --verbose (-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug + --version (-V) Display this application version + --ansi Force ANSI output + --no-ansi Disable ANSI output + --no-interaction (-n) Do not ask any interactive question + +Help: + transmission:download + + Download a torrent. + + Usage: transmission:download TORRENT_ID + +``` +