]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
bash-completion: (findmnt) add missing long options
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Fri, 31 Oct 2025 16:40:58 +0000 (12:40 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Fri, 31 Oct 2025 16:40:58 +0000 (12:40 -0400)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
bash-completion/findmnt

index fe04cba5c75902d5e04152b8796bbfcd701ef547..0990eb7e983dc6840d346d8a8ee299478a18889a 100644 (file)
@@ -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