Remove old hacks and fix typos

This commit is contained in:
2020-10-12 19:48:18 +02:00
parent a7764f6878
commit fd49427d84
3 changed files with 2 additions and 4 deletions

View File

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