Skip to content

Commit

Permalink
Add "up" to available direction in sync command (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
B-Galati authored and Nyholm committed Aug 9, 2018
1 parent 0d26785 commit 28fa783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/SyncCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ protected function configure()
->setName(self::$defaultName)
->setDescription('Sync the translations with the remote storage')
->addArgument('configuration', InputArgument::OPTIONAL, 'The configuration to use', 'default')
->addArgument('direction', InputArgument::OPTIONAL, 'Use "down" if local changes should be overwritten', 'down');
->addArgument('direction', InputArgument::OPTIONAL, 'Use "down" if local changes should be overwritten, otherwise "up"', 'down');
}

protected function execute(InputInterface $input, OutputInterface $output)
Expand Down

0 comments on commit 28fa783

Please sign in to comment.