Document subject script properly

This commit is contained in:
coolneng 2020-09-22 16:44:53 +02:00
parent 7dc82c939f
commit f68426f2f1
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
if [ $# -lt 2 ]; then
echo "Usage: subject.sh <subject name> <subject type>"
echo "subject type 0: programming"
echo "subject type 1: no programming"
exit 1
fi