🔥 Deprecate --count in favor of --students

This commit is contained in:
Jerome Petazzoni
2021-04-09 17:16:12 +02:00
parent f25bf60d46
commit f3c3646298

View File

@@ -598,7 +598,7 @@ _cmd_start() {
case "$1" in
--infra) INFRA=$2; shift 2;;
--settings) SETTINGS=$2; shift 2;;
--count) COUNT=$2; shift 2;;
--count) die "Flag --count is deprecated; please use --students instead." ;;
--tag) TAG=$2; shift 2;;
--students) STUDENTS=$2; shift 2;;
*) die "Unrecognized parameter: $1."