tree.sh: add missing -F flag

i support -F, but didn't include it in the
actual getopt string.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-10-07 03:02:01 +01:00
parent ca5f0a5edd
commit fb95e4ad68

View File

@@ -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