spelling fix

This commit is contained in:
Frédéric Péters 2013-11-14 09:44:42 +01:00
parent b2278b06ea
commit 57647e8b5f
1 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ show_help()
echo $USAGE
echo ""
echo "-h: help"
echo "-c: cleanning cache git, deb, archives, old or all"
echo "-c: cleaning cache git, deb, archives, old or all"
echo "-a: amd64 and / or i368 (Default: amd64)"
echo "-d: Debian distribution like squeeze or / and wheezy (ex.: squeeze,wheezy)"
echo "GIT_REPOSITORY_NAME: respository name"
@ -66,9 +66,9 @@ while getopts hc:a:d: OPT; do
rm $file
done
else
error "Bad cleanning option : $OPTARG"
error "Bad cleaning option : $OPTARG"
fi
echo "Cleanning done."
echo "Cleaning done."
exit 0
;;
a)