From 5d790ca06705cc71b71c3cbc809db1adc8a11a59 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Tue, 16 Apr 2019 13:24:28 +0300 Subject: [PATCH] Update outdated info about command name configuration --- console.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/console.rst b/console.rst index 8254b5301bf..61c123c7ebb 100644 --- a/console.rst +++ b/console.rst @@ -52,8 +52,7 @@ want a command to create a user:: Configuring the Command ----------------------- -First of all, you must configure the name of the command in the ``configure()`` -method. Then you can optionally define a help message and the +You can optionally define a description, help message and the :doc:`input options and arguments `:: // ...