From: Christian Goeschel Ndjomouo Date: Fri, 31 Oct 2025 16:40:58 +0000 (-0400) Subject: bash-completion: (findmnt) add missing long options X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9eb659f100276f4398d404db4b6a740a24114209;p=thirdparty%2Futil-linux.git bash-completion: (findmnt) add missing long options Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/bash-completion/findmnt b/bash-completion/findmnt index fe04cba5c..0990eb7e9 100644 --- a/bash-completion/findmnt +++ b/bash-completion/findmnt @@ -136,6 +136,15 @@ _findmnt_module() --real --pseudo --list-columns + --bytes + --filter + --nocanonicalize + --shadowed + --shell + --uniq + --verbose + --verify + --vfs-all --version" COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) ) return 0