From fb95e4ad687e8263948ebcad4c403ce04b8b5a0d Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 7 Oct 2025 03:02:01 +0100 Subject: tree.sh: add missing -F flag i support -F, but didn't include it in the actual getopt string. Signed-off-by: Leah Rowe --- include/tree.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tree.sh b/include/tree.sh index cb406233..2020c450 100644 --- a/include/tree.sh +++ b/include/tree.sh @@ -52,7 +52,7 @@ forcepull="" trees() { - flags="f:b:m:u:c:x:s:l:n:d:" + flags="f:F:b:m:u:c:x:s:l:n:d:" while getopts $flags option do -- cgit v1.2.1