From 39e94831c9a5a4cafdee66f1cf44d310885e6353 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sun, 12 May 2019 21:46:23 +0200 Subject: [PATCH] Update Translation README (-t args) --- lng/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lng/README.md b/lng/README.md index 75f3813..6572ad8 100644 --- a/lng/README.md +++ b/lng/README.md @@ -8,11 +8,11 @@ Translations is simple: - you can test your change with the next command: ``` -sh archfi {githubusername} {branchname} +sh archfi -t {githubusername} {branchname} ``` As exemple: ``` -sh archfi matmoul master +sh archfi -t matmoul master ```