From cfa48deda17d65a68f4168ea52c7e7f57e70630a Mon Sep 17 00:00:00 2001 From: Shish Date: Thu, 3 Oct 2019 17:57:32 +0100 Subject: [PATCH] consistent indent --- core/event.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/core/event.php b/core/event.php index a0e25176..5ae1ad55 100644 --- a/core/event.php +++ b/core/event.php @@ -217,13 +217,13 @@ class CommandEvent extends Event print "Usage: php {$args[0]} [flags] [command]\n"; print "\n"; print "Flags:\n"; - print " -u [username]\n"; - print " Log in as the specified user\n"; - print " -q / -v\n"; - print " Be quieter / more verbose\n"; - print " Scale is debug - info - warning - error - critical\n"; - print " Default is to show warnings and above\n"; - print " \n"; + print "\t-u [username]\n"; + print "\t\tLog in as the specified user\n"; + print "\t-q / -v\n"; + print "\t\tBe quieter / more verbose\n"; + print "\t\tScale is debug - info - warning - error - critical\n"; + print "\t\tDefault is to show warnings and above\n"; + print "\n"; print "Currently known commands:\n"; } }