trees: Add missing flag to error output

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-04-09 09:38:59 +01:00
parent 5ebcae5235
commit c4cd876c60
+1 -1
View File
@@ -45,7 +45,7 @@ main()
project="${OPTARG#src/}"
shift 2
done
[ -z "$_f" ] && $err "missing flag (-m/-u/-b/-c/-x/-f/-s/-l/-n)"
[ -z "$_f" ] && $err "missing flag (-m/-u/-b/-c/-x/-f/-s/-l/-n/-d)"
if [ -z "$project" ]; then
mk $_f $(ls -1 config/git)
return 1