8000 Use new tx --parallel. · python/python-docs-fr@6c4e718 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c4e718

Browse files
committed
Use new tx --parallel.
1 parent c49d15f commit 6c4e718

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -503,11 +503,11 @@ Ensuite récupérez les changements depuis Transifex :
503503
504504
.. code-block:: bash
505505
506-
tx pull -f
506+
tx pull -f --parallel
507507
pomerge --from-files **/*.po
508508
git checkout -- .
509-
pomerge --to-files --no-overwrite --mark-as-fuzzy **/*.po
509+
pomerge --no-overwrite --mark-as-fuzzy --to-files **/*.po
510510
powrap --modified
511511
git add -p
512512
git commit -m "tx pull"
513-
tx push -t -f --no-interactive
513+
tx push -t -f --no-interactive --parallel

0 commit comments

Comments
 (0)
0