Skip to content

Commit 28fa783

Browse files
B-GalatiNyholm
authored andcommitted
Add "up" to available direction in sync command (#251)
1 parent 0d26785 commit 28fa783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/SyncCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ protected function configure()
4343
->setName(self::$defaultName)
4444
->setDescription('Sync the translations with the remote storage')
4545
->addArgument('configuration', InputArgument::OPTIONAL, 'The configuration to use', 'default')
46-
->addArgument('direction', InputArgument::OPTIONAL, 'Use "down" if local changes should be overwritten', 'down');
46+
->addArgument('direction', InputArgument::OPTIONAL, 'Use "down" if local changes should be overwritten, otherwise "up"', 'down');
4747
}
4848

4949
protected function execute(InputInterface $input, OutputInterface $output)

0 commit comments

Comments
 (0)