consistent indent
This commit is contained in:
parent
30698fefdc
commit
cfa48deda1
@ -217,12 +217,12 @@ class CommandEvent extends Event
|
|||||||
print "Usage: php {$args[0]} [flags] [command]\n";
|
print "Usage: php {$args[0]} [flags] [command]\n";
|
||||||
print "\n";
|
print "\n";
|
||||||
print "Flags:\n";
|
print "Flags:\n";
|
||||||
print " -u [username]\n";
|
print "\t-u [username]\n";
|
||||||
print " Log in as the specified user\n";
|
print "\t\tLog in as the specified user\n";
|
||||||
print " -q / -v\n";
|
print "\t-q / -v\n";
|
||||||
print " Be quieter / more verbose\n";
|
print "\t\tBe quieter / more verbose\n";
|
||||||
print " Scale is debug - info - warning - error - critical\n";
|
print "\t\tScale is debug - info - warning - error - critical\n";
|
||||||
print " Default is to show warnings and above\n";
|
print "\t\tDefault is to show warnings and above\n";
|
||||||
print "\n";
|
print "\n";
|
||||||
print "Currently known commands:\n";
|
print "Currently known commands:\n";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user