This commit is contained in:
Laurent Destailleur 2013-09-03 00:06:42 +02:00
parent 75f63c15dd
commit 7f762fdbf8

View File

@ -11,7 +11,7 @@
if [ "x$1" = "x" ]
then
echo "This pull remote transifex files to local dir."
echo "Note: If you push a language file (not source), file will be skipped if transifex file is newer."
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 "Usage: txpull.sh (all|xx_XX) [-r dolibarr.file] [-f]"
exit