From a7496c16cbfb360d7708082c738648870223a8af Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 12 Jan 2020 22:00:23 +0100 Subject: [PATCH] Doc --- dev/translation/txpull.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/translation/txpull.sh b/dev/translation/txpull.sh index a958be60673..664f4cef1f5 100755 --- a/dev/translation/txpull.sh +++ b/dev/translation/txpull.sh @@ -16,6 +16,7 @@ then echo "This pull remote transifex files to local dir." echo "Note: If you pull a language file (not source), file will be skipped if local file is newer." echo " Using -f will overwrite local file (does not work with 'all')." + echo " Using -s will force fetching of source file (avoid it, use en_US as language instead)." echo " Using en_US as language parameter will update source language from transifex (en_US is excluded from 'all')." echo "Usage: ./dev/translation/txpull.sh (all|en_US|xx_XX) [-r dolibarr.file] [-f] [-s]" exit