1
0
Fork 0
forked from deblan/gist
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 -v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Help: Help:
The create provides a client to create a gist using an API. Provides a client to create a gist using an API.
Arguments: Arguments:
input input

View file

@ -21,7 +21,7 @@ class CreateCommand extends Command
->addOption('title', 't', InputOption::VALUE_REQUIRED, 'Title of the gist') ->addOption('title', 't', InputOption::VALUE_REQUIRED, 'Title of the gist')
->addOption('show-url', 'u', InputOption::VALUE_NONE, 'Display only the gist url') ->addOption('show-url', 'u', InputOption::VALUE_NONE, 'Display only the gist url')
->setHelp(<<<EOF ->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: Arguments:
<info>input</info> <info>input</info>