diff options
author | Leah Rowe <leah@libreboot.org> | 2025-04-09 09:38:59 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-04-09 09:38:59 +0100 |
commit | c4cd876c609631fa88066cc30f31b62d7c138635 (patch) | |
tree | dfc6a7e108983a4d6481aa577324ed192adbd040 /script/trees | |
parent | 5ebcae5235f6b4ec0781c34a7faef2bbbdc901e4 (diff) |
trees: Add missing flag to error output
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/trees')
-rwxr-xr-x | script/trees | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/trees b/script/trees index 0b6f9fba..3b4cce15 100755 --- a/script/trees +++ b/script/trees @@ -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 |