From 9eb659f100276f4398d404db4b6a740a24114209 Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Fri, 31 Oct 2025 12:40:58 -0400 Subject: [PATCH] bash-completion: (findmnt) add missing long options Signed-off-by: Christian Goeschel Ndjomouo --- bash-completion/findmnt | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.47.3