|
@@ -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'
|