Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Commit

Permalink
fixed usage
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Nov 10, 2009
1 parent 84ddde7 commit 3e1eb8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pirum
Expand Up @@ -123,8 +123,8 @@ class Pirum_CLI

$help = $this->formatter->format(sprintf("Pirum %s by Fabien Potencier\n", self::VERSION), 'INFO');
$help .= $this->formatter->format("Available commands:\n", 'COMMENT');
$help .= sprintf(" %s build target_dir\n", $name);
$help .= sprintf(" %s add target_dir Pirum-1.0.0.tgz\n\n", $name);
$help .= sprintf(" php %s build target_dir\n", $name);
$help .= sprintf(" php %s add target_dir Pirum-1.0.0.tgz\n\n", $name);

return $help;
}
Expand Down

0 comments on commit 3e1eb8e

Please sign in to comment.