Skip to content

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
resurtm committed Jul 26, 2012
1 parent f2d0c6b commit 73833cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/cli/commands/WebAppCommand.php
Expand Up @@ -52,7 +52,7 @@ public function run($args)
if(isset($args[1]))
{
if($args[1]!='git' && $args[1]!='hg')
$this->usageError('unsupported VCS specified. Currently only git and hg supported.');
$this->usageError('Unsupported VCS specified. Currently only git and hg supported.');
$vcs=$args[1];
}
if(!isset($args[0]))
Expand Down

0 comments on commit 73833cb

Please sign in to comment.