Add comment to log file when run script without option

This commit is contained in:
Mario Santagiuliana 2010-04-04 10:54:32 +02:00
parent 2dc2168de6
commit ce51a5db7c

View file

@ -388,6 +388,7 @@ elif [ "$1" = "--backup" ]; then
get_file_sizes
else
echo -e "[Only show `basename $0` usage options]\n" >> ${LOGFILE}
echo " USAGE:
`basename $0` [options]