diff --git a/console/input.rst b/console/input.rst index 5ec9cf3ae04..3a37704df23 100644 --- a/console/input.rst +++ b/console/input.rst @@ -320,7 +320,7 @@ can also implement value completion for the input in your commands. For instance, you may want to complete all usernames from the database in the ``name`` argument of your greet command. -To achieve this, use the 5th argument of ``addArgument()``/``addOption``:: +To achieve this, use the 5th argument of ``addArgument()`` or the 6th argument of ``addOption``:: // ... use Symfony\Component\Console\Completion\CompletionInput;