]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - bash-completion/findmnt
dmesg: add --follow-new
[thirdparty/util-linux.git] / bash-completion / findmnt
index 21167ca3005203da39ceceb91081b3b4a7756ed3..7270d3616cf057f6ef1bac439dd64d787b0a871f 100644 (file)
@@ -129,6 +129,8 @@ _findmnt_module()
                                --mountpoint
                                --help
                                --tree
+                               --real
+                               --pseudo
                                --version"
                        COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
                        return 0