2
0
forked from Wavyzz/dolibarr

Prepare cleaning tools for release.

This commit is contained in:
Laurent Destailleur
2015-03-13 16:20:42 +01:00
parent b47e16fbe9
commit 5cc48c7c78
5 changed files with 10 additions and 4 deletions

View File

@@ -7,6 +7,7 @@
# Syntax
if [ "x$1" != "xlist" -a "x$1" != "xfix" ]
then
echo "Detect duplicate translation keys inside a file (there is no cross file check)."
echo "Usage: detectduplicatelangkey.sh (list|fix)"
fi