From 57d62e0faa9e6c52f485b445b8b8e78018d0f9e0 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 9 May 2016 23:12:10 +0200 Subject: [PATCH] README --- README.md | 25 ++++++++++++++++++- .../Command/TransmissionStatsCommand.php | 2 +- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23ddc8c..bf9a6c1 100644 --- a/README.md +++ b/README.md @@ -356,6 +356,29 @@ Help: ``` +### Get stats of the transmission server + +``` +Usage: + transmission:stats + +Options: + -h, --help Display this help message + -q, --quiet Do not output any message + -V, --version Display this application version + --ansi Force ANSI output + --no-ansi Disable ANSI output + -n, --no-interaction Do not ask any interactive question + -v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug + +Help: + transmission:stats + + Stats of the transmission server. + + Usage: transmission:stats +``` + ### UserScript ![UserScript](https://upload.deblan.org/u/2015-08/55cf6a91.png "UserScript") @@ -364,7 +387,7 @@ Help: // ==UserScript== // @name Tranmission cli cmd // @namespace t411 -// @include http*://www.t411.io/torrents/* +// @include http*://www.t411.ch/torrents/* // @version 1 // @grant none // ==/UserScript== diff --git a/src/Transmission/Command/TransmissionStatsCommand.php b/src/Transmission/Command/TransmissionStatsCommand.php index 690a789..5562602 100644 --- a/src/Transmission/Command/TransmissionStatsCommand.php +++ b/src/Transmission/Command/TransmissionStatsCommand.php @@ -18,7 +18,7 @@ class TransmissionStatsCommand extends Command { $this ->setName('transmission:stats') - ->setDescription('Show stats from the transmission server') + ->setDescription('Get stats of the transmission server') ->setHelp("%command.name% Stats of the transmission server.