We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d91cdd0 commit e22fd05Copy full SHA for e22fd05
Command/BackupCommand.php
@@ -51,7 +51,7 @@ protected function configure()
51
->setName(self::$defaultName)
52
->setDescription('Starts a new backup.')
53
->addArgument('database', InputArgument::REQUIRED, 'What database configuration do you want to backup?')
54
- ->addArgument('destinations', InputArgument::IS_ARRAY, 'What storages do you want to upload the backup to?')
+ ->addArgument('destinations', InputArgument::IS_ARRAY, 'What storages do you want to upload the backup to? Must be array.')
55
->addOption('compression', 'c', InputOption::VALUE_OPTIONAL, 'How do you want to compress the file?', 'null')
56
->addOption('filename', 'name', InputOption::VALUE_OPTIONAL, 'A customized filename', null)
57
;
0 commit comments