Revision | 878 (tree) |
---|---|
Zeit | 2009-06-20 08:01:25 |
Autor | ![]() |
- help message tweaks.
@@ -82,11 +82,11 @@ | ||
82 | 82 | return <<<EOS |
83 | 83 | ethna {$this->id} [-b|--basedir=dir] [-t|--type=f,v,sb,sf,sm...] [-n|--noini] plugin-name |
84 | 84 | type is as follows (separated by comma): |
85 | - f = Filter, | |
86 | - v = Validator, | |
85 | + f = Filter (default), | |
86 | + v = Validator (default), | |
87 | + sm = Smarty modifier (default) | |
87 | 88 | sb = Smarty block, |
88 | 89 | sf = Smarty function, |
89 | - sm = Smarty modifier | |
90 | 90 | EOS; |
91 | 91 | } |
92 | 92 | // }}} |