diff --git a/src/pocketmine/command/defaults/BanIpCommand.php b/src/pocketmine/command/defaults/BanIpCommand.php index 7b02c0624b..7cf9fc0d01 100644 --- a/src/pocketmine/command/defaults/BanIpCommand.php +++ b/src/pocketmine/command/defaults/BanIpCommand.php @@ -32,7 +32,7 @@ class BanIpCommand extends VanillaCommand{ parent::__construct( $name, "Prevents the specified IP address from using this server", - "/ban
[reason...]" + "/ban-ip [reason...]" ); $this->setPermission("pocketmine.command.ban.ip"); }