trees: Add missing flag to error output

Signed-off-by: Leah Rowe <leah@libreboot.org>
25.04_branch
Leah Rowe 2025-04-09 09:38:59 +01:00
parent d7063fc20d
commit ec14ff58da
1 changed files with 1 additions and 1 deletions

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