Document subject script properly
This commit is contained in:
parent
7dc82c939f
commit
f68426f2f1
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue