compile-thesis.sh: Fix typo.

This commit is contained in:
devhell 2014-04-14 23:59:53 +01:00
parent 3413bcc186
commit 2e9022c1de

View File

@ -32,7 +32,7 @@ if [ $1 = $clean ]; then
echo "Cleaning complete!"
exit
else
echo "Shell scrip for compiling the PhD Thesis"
echo "Shell script for compiling the PhD Thesis"
echo "Usage: sh ./compile-thesis.sh [OPTIONS] [filename]"
echo "[option] compile: Compiles the PhD Thesis"
echo "[option] clean: removes temporary files no filename required"