Must be printf instead of echo!

This commit is contained in:
Antonio Terceiro 2009-01-15 10:24:40 -03:00 committed by Daniel Baumann
parent 8a477ac3a9
commit 473f5623b6
1 changed files with 3 additions and 3 deletions

View File

@ -20,9 +20,9 @@ Usage ()
echo
fi
echo " %s [-h|--help]" "${PROGRAM}"
echo " %s [-u|--usage]" "${PROGRAM}"
echo " %s [-v|--version]" "${PROGRAM}"
printf " %s [-h|--help]\n" "${PROGRAM}"
printf " %s [-u|--usage]\n" "${PROGRAM}"
printf " %s [-v|--version]\n" "${PROGRAM}"
echo
Echo "Try \" %s--help\" for more information." "${PROGRAM}"