From 6c4e7189db5bdefc9ed360b49a388877615f9dd0 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Tue, 2 Jul 2019 11:47:48 +0200 Subject: [PATCH] Use new tx --parallel. --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 14f9761f..3ff3e796 100644 --- a/README.rst +++ b/README.rst @@ -503,11 +503,11 @@ Ensuite récupérez les changements depuis Transifex : .. code-block:: bash - tx pull -f + tx pull -f --parallel pomerge --from-files **/*.po git checkout -- . - pomerge --to-files --no-overwrite --mark-as-fuzzy **/*.po + pomerge --no-overwrite --mark-as-fuzzy --to-files **/*.po powrap --modified git add -p git commit -m "tx pull" - tx push -t -f --no-interactive + tx push -t -f --no-interactive --parallel