Skip to content

Commit e22fd05

Browse files
lcp0578Nyholm
authored andcommitted
update backup command help info. (#57)
1 parent d91cdd0 commit e22fd05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/BackupCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ protected function configure()
5151
->setName(self::$defaultName)
5252
->setDescription('Starts a new backup.')
5353
->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?')
54+
->addArgument('destinations', InputArgument::IS_ARRAY, 'What storages do you want to upload the backup to? Must be array.')
5555
->addOption('compression', 'c', InputOption::VALUE_OPTIONAL, 'How do you want to compress the file?', 'null')
5656
->addOption('filename', 'name', InputOption::VALUE_OPTIONAL, 'A customized filename', null)
5757
;

0 commit comments

Comments
 (0)