diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-02-20 09:52:36 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-02-20 09:52:36 +0100 |
commit | 828df3699a17085da4882c764df663ce773cc25a (patch) | |
tree | e7d9774c78aa947c90424f66ac7a325c47ad8ae9 /Bin | |
parent | 20557eaaeb02d7e8b967a9f999ecf7d8480d2cac (diff) | |
download | Praspel-828df3699a17085da4882c764df663ce773cc25a.zip Praspel-828df3699a17085da4882c764df663ce773cc25a.tar.gz Praspel-828df3699a17085da4882c764df663ce773cc25a.tar.bz2 |
Update usage.
Diffstat (limited to 'Bin')
-rw-r--r-- | Bin/Shell.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bin/Shell.php b/Bin/Shell.php index bd79f93..274601e 100644 --- a/Bin/Shell.php +++ b/Bin/Shell.php @@ -262,7 +262,7 @@ class Shell extends \Hoa\Console\Dispatcher\Kit { */ public function usage ( ) { - echo 'Usage : math:calc <options> [expression]', "\n", + echo 'Usage : praspel:shell <options> [expression]', "\n", 'Options :', "\n", $this->makeUsageOptionsList(array( 'help' => 'This help.' |