This commit is contained in:
Laurent Destailleur
2022-08-12 12:56:03 +02:00
parent 0b3f781618
commit 3f8b67e619
2 changed files with 3 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
# Syntax
if [ "x$1" != "xlist" -a "x$1" != "xfix" ]
then
echo "Detect .sh and .spec files that does not contains any tab inside"
echo "Usage: fixnotabfiles.sh [list|fix]"
fi