]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - bash-completion/mountpoint
su: use lib/pty-session.c code for --pty
[thirdparty/util-linux.git] / bash-completion / mountpoint
index f14327ce20b4cb1fdfaf52bf96dba55123f49891..15c6d2314aaf31c42f389b616257dbc064e3a309 100644 (file)
@@ -11,7 +11,7 @@ _mountpoint_module()
        esac
        case $cur in
                -*)
-                       OPTS="--quiet --fs-devno --devno --help --version"
+                       OPTS="--quiet --nofollow --fs-devno --devno --help --version"
                        COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
                        return 0
                        ;;