From e66cf3778f1b274cbfe32079546876836e3e9c09 Mon Sep 17 00:00:00 2001
From: Nico Alt <nicoalt@posteo.org>
Date: Sat, 19 Sep 2020 10:43:32 +0200
Subject: [PATCH] Add -a parameter to command for updating translations

---
 TRANSLATION.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TRANSLATION.md b/TRANSLATION.md
index 399a3bb..319768a 100644
--- a/TRANSLATION.md
+++ b/TRANSLATION.md
@@ -12,7 +12,7 @@ https://wiki.localizationlab.org/index.php/Briar
 
 _This section is of interest only for developers of Briar GTK_.
 
-To update translations locally, first install `transifex-client`. You can then pull updates with `tx pull`.
+To update translations locally, first install `transifex-client`. You can then pull updates with `tx pull -a`.
 
 This is how updating translations in Briar GTK works:
 
-- 
GitLab