Browse Source

Actualizar 'Command/OAuthClientCreateRedirectsCommand.php'

gabriel 7 years ago
parent
commit
66df76a764
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Command/OAuthClientCreateRedirectsCommand.php

+ 1 - 1
Command/OAuthClientCreateRedirectsCommand.php

@@ -19,7 +19,7 @@ class OAuthClientCreateRedirectsCommand extends ContainerAwareCommand
             ->setDescription('Create OAuht client for uri\'s.')
             ->setHelp('This command allows you to create an OAuth client with many uri\'s')
             ->addOption(
-                'redirect_uri', null, InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY, 'OAuth Redirect URI', 'http://127.0.0.1/ftth/app_dev.php/login_check'
+                'redirect_uri', null, InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY, 'OAuth Redirect URI. Example: http://127.0.0.1/ftth/login_check'
             )
             ->addOption(
                 'client_id', null, InputOption::VALUE_OPTIONAL, 'OAuth Client random Id'