This commit is contained in:
Simon Vieille 2015-07-19 18:46:08 +02:00
parent 1f19a5f38a
commit 50c2dc9538
2 changed files with 2 additions and 2 deletions

View File

@ -156,7 +156,7 @@ Options:
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Help:
The create provides a client to create a gist using an API.
Provides a client to create a gist using an API.
Arguments:
input

View File

@ -21,7 +21,7 @@ class CreateCommand extends Command
->addOption('title', 't', InputOption::VALUE_REQUIRED, 'Title of the gist')
->addOption('show-url', 'u', InputOption::VALUE_NONE, 'Display only the gist url')
->setHelp(<<<EOF
The <info>%command.name%</info> provides a client to create a gist using an API.
Provides a client to create a gist using an API.
Arguments:
<info>input</info>