add documentation

This commit is contained in:
Simon Vieille 2019-07-19 09:23:42 +02:00
parent 3165f2664c
commit fbe7dc12ce
Signed by: deblan
GPG Key ID: 03383D15A1D31745
1 changed files with 2 additions and 2 deletions

View File

@ -48,9 +48,9 @@ class CheckCommand extends BaseCommand
->addArgument('domains', InputArgument::IS_ARRAY | InputArgument::REQUIRED, 'List of domains')
->addOption('short', 's', InputOption::VALUE_NONE, 'Simplify the table output')
->addOption('no-headers', null, InputOption::VALUE_NONE, 'Remove the table headers')
->addOption('wait', 'w', InputOption::VALUE_REQUIRED, 'Wait between each whois')
->addOption('wait', 'w', InputOption::VALUE_REQUIRED, 'Wait between each whois (in second, default: 0)')
->addOption('json', 'j', InputOption::VALUE_NONE, 'Select json as output')
->addOption('table', 't', InputOption::VALUE_NONE, 'Select table as output')
->addOption('table', 't', InputOption::VALUE_NONE, 'Select table as output (default)')
->setHelp(<<<'EOF'
The <info>%command.name%</info> retrieves the expiration dates of the given domains.