diff options
author | MatMoul <matmoul@gmail.com> | 2019-05-12 21:46:23 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2019-05-12 21:46:23 +0200 |
commit | 39e94831c9a5a4cafdee66f1cf44d310885e6353 (patch) | |
tree | cdbd8a68a71738cf0d34ba973fd47869832447c9 | |
parent | 802759f2dc7d79a408992d52eb6ebb6a63aee3d1 (diff) | |
download | hyperfi-39e94831c9a5a4cafdee66f1cf44d310885e6353.tar.lz hyperfi-39e94831c9a5a4cafdee66f1cf44d310885e6353.tar.xz hyperfi-39e94831c9a5a4cafdee66f1cf44d310885e6353.zip |
Update Translation README (-t args)
-rw-r--r-- | lng/README.md | 4 |
1 files 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 ``` |