From 7d271a20abde2969918b88ac13ea2adb425d78ea Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 10 Feb 2015 20:29:55 +0100 Subject: [PATCH] Readme --- README.md | 18 +++++++++--------- src/Console/Command/TorrentsTopCommand.php | 2 +- src/Console/Command/TypesTreeCommand.php | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 866e0ab..1b0a39b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ $ ./console ## Commands -### console auth:login +### Login on t411 ``` Usage: @@ -42,7 +42,7 @@ Help: ``` -### console categories:tree +### Show categories and sub-categories ``` Usage: @@ -66,7 +66,7 @@ Help: ``` -### console torrents:details +### Show a torrent details ``` Usage: @@ -93,7 +93,7 @@ Help: ``` -### console torrents:download +### Download a torrent ``` Usage: @@ -123,7 +123,7 @@ Help: ``` -### console torrents:search +### Search torrents ``` Usage: @@ -157,7 +157,7 @@ Help: ``` -### console torrents:search:movies +### Search movies ``` Usage: @@ -189,7 +189,7 @@ Help: ``` -### console torrents:search:series +### Search series ``` Usage: @@ -221,7 +221,7 @@ Help: ``` -### console torrents:top +### Top torrents ``` Usage: @@ -248,7 +248,7 @@ Help: ``` -### console types:tree +### Show types and terms ``` Usage: diff --git a/src/Console/Command/TorrentsTopCommand.php b/src/Console/Command/TorrentsTopCommand.php index 29fa91c..ed1ac18 100644 --- a/src/Console/Command/TorrentsTopCommand.php +++ b/src/Console/Command/TorrentsTopCommand.php @@ -24,7 +24,7 @@ Show top torrents. Usage: torrents:search:top [OPTIONS] -Period values: \"100\", \"day\", \"week\", \"month\""); +Period values: \"100\" (default), \"day\", \"week\", \"month\""); } protected function execute(InputInterface $input, OutputInterface $output) diff --git a/src/Console/Command/TypesTreeCommand.php b/src/Console/Command/TypesTreeCommand.php index 09ad92d..748eb95 100644 --- a/src/Console/Command/TypesTreeCommand.php +++ b/src/Console/Command/TypesTreeCommand.php @@ -15,7 +15,7 @@ class TypesTreeCommand extends Command { $this ->setName('types:tree') - ->setDescription('Show types') + ->setDescription('Show types and terms') ->addOption('terms', 't', InputOption::VALUE_NONE, 'Show terms') ->addOption('filter', 'f', InputOption::VALUE_OPTIONAL, 'Filter types by ID or by name') ->setHelp("%command.name%