From 50c2dc95388931f7e18dd09b9cfbddd0713876b1 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 19 Jul 2015 18:46:08 +0200 Subject: [PATCH] README --- README.md | 2 +- src/Gist/Command/CreateCommand.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0b4276..3d1dfbb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/Gist/Command/CreateCommand.php b/src/Gist/Command/CreateCommand.php index 252dfb4..d0b2345 100644 --- a/src/Gist/Command/CreateCommand.php +++ b/src/Gist/Command/CreateCommand.php @@ -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(<<%command.name% provides a client to create a gist using an API. +Provides a client to create a gist using an API. Arguments: input