make info command match help text
This commit is contained in:
parent
2197b15012
commit
81417a5031
@ -36,10 +36,10 @@ class ET extends Extension
|
|||||||
public function onCommand(CommandEvent $event)
|
public function onCommand(CommandEvent $event)
|
||||||
{
|
{
|
||||||
if ($event->cmd == "help") {
|
if ($event->cmd == "help") {
|
||||||
print "\tget-info\n";
|
print "\tshimmie-info\n";
|
||||||
print "\t\tList a bunch of info\n\n";
|
print "\t\tList a bunch of info\n\n";
|
||||||
}
|
}
|
||||||
if ($event->cmd == "info") {
|
if ($event->cmd == "shimmie-info") {
|
||||||
print($this->to_yaml($this->get_info()));
|
print($this->to_yaml($this->get_info()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user