Merge branch 'frederic34-fetchobject' into develop

This commit is contained in:
Laurent Destailleur 2015-03-04 20:47:45 +01:00
commit 4a9a96316d

View File

@ -10,6 +10,7 @@
# Syntax
if [ "x$1" != "xlist" -a "x$1" != "xfix" ]
then
echo "This script clean files with CR+LF into files with LF only. All source files are included, also files into includes."
echo "Usage: fixdosfiles.sh [list|fix]"
fi