remove duplicate option

This commit is contained in:
Andy Miller
2018-09-27 09:52:51 -06:00
parent a549615257
commit c361f16fcf

View File

@@ -30,9 +30,8 @@ class CacheCommand extends ConsoleCommand
->addOption('images-only', null, InputOption::VALUE_NONE, 'If set will remove only images/*')
->addOption('cache-only', null, InputOption::VALUE_NONE, 'If set will remove only cache/*')
->addOption('tmp-only', null, InputOption::VALUE_NONE, 'If set will remove only tmp/*')
->addOption('tmp-only', null, InputOption::VALUE_NONE, 'If set will remove only tmp/*')
->setHelp('The <info>clear-cache</info> deletes all cache files');
->setHelp('The <info>cache</info> command allows you to interact with Grav cache');
}
/**