diff --git a/console.rst b/console.rst index cf9aae48a88..b86efef6cb5 100644 --- a/console.rst +++ b/console.rst @@ -57,7 +57,7 @@ method. Then you can optionally define a help message and the // the full command description shown when running the command with // the "--help" option - ->setHelp("This command allows you to create users...") + ->setHelp('This command allows you to create users...') ; }