Skip to content

Commit

Permalink
Merge pull request #116 from raphaelstolt/description-alignment
Browse files Browse the repository at this point in the history
Aligned descriptions.
  • Loading branch information
jonathantorres committed Apr 15, 2016
2 parents 4431948 + 1269dbb commit 98fb7be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Commands/ConstructCommand.php
Expand Up @@ -92,7 +92,7 @@ protected function configure()
$codeOfConductDescription = 'Generate Code of Conduct file';

$this->setName('generate');
$this->setDescription('Generates a basic PHP project');
$this->setDescription('Generates a basic PHP project/micro-package');
$this->addArgument('name', InputArgument::REQUIRED, $nameDescription);
$this->addOption('test', 't', InputOption::VALUE_OPTIONAL, $testFrameworkDescription, Defaults::TEST_FRAMEWORK);
$this->addOption('test-framework', null, InputOption::VALUE_OPTIONAL, $testFrameworkDescription, Defaults::TEST_FRAMEWORK);
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/InteractiveCommand.php
Expand Up @@ -79,7 +79,7 @@ public function __construct(Construct $construct, Str $str)
protected function configure()
{
$this->setName('generate:interactive');
$this->setDescription('Generate a basic PHP project based on a series of questions.');
$this->setDescription('Generate a basic PHP project/micro-package based on a series of questions.');
}

/**
Expand Down

0 comments on commit 98fb7be

Please sign in to comment.