]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
bash-completion: (mountpoint) add missing --show option
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Mon, 24 Nov 2025 04:01:30 +0000 (23:01 -0500)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Mon, 24 Nov 2025 13:39:32 +0000 (08:39 -0500)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
bash-completion/mountpoint

index 15c6d2314aaf31c42f389b616257dbc064e3a309..cca764517fee455aeaa1deb8bfe3f10681f74767 100644 (file)
@@ -11,7 +11,7 @@ _mountpoint_module()
        esac
        case $cur in
                -*)
-                       OPTS="--quiet --nofollow --fs-devno --devno --help --version"
+                       OPTS="--quiet --nofollow --fs-devno --devno --show --help --version"
                        COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
                        return 0
                        ;;