Fixed help message.

This commit is contained in:
Achim D. Brucker 2017-09-26 09:55:46 +01:00
parent 1ab03735b5
commit 2cfeb9b88c
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ print_help()
echo ""
echo " --help, -h display this help message"
echo " --force, -f overwrite existing singularity image"
echo " --cdnjs, -c include cdnjs repository (ca. 125 GB)"
echo " --cdnjs, -c include cdnjs repository (ca. 125 GB)"
}