mirror of
https://github.com/there4/markdown-resume.git
synced 2024-12-03 08:59:35 -05:00
Code formatting and general cleaning.
* Update descriptions of templates * Fix a couple of references to the FogBugz
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
|
||||
namespace Resume\Command;
|
||||
|
||||
use Symfony\Component\Console\Command\Command;
|
||||
@@ -12,7 +11,7 @@ class SelfUpdateCommand extends Command
|
||||
{
|
||||
$this
|
||||
->setName('selfupdate')
|
||||
->setDescription('Updates fb.phar to the latest version.')
|
||||
->setDescription('Updates md2resume.phar to the latest version.')
|
||||
->setHelp(
|
||||
<<<EOT
|
||||
The <info>self-update</info> command checks github for newer
|
||||
|
||||
Reference in New Issue
Block a user