]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
bash-completion: (setsid) add missing --fork
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Fri, 31 Oct 2025 17:18:58 +0000 (13:18 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Fri, 31 Oct 2025 17:18:58 +0000 (13:18 -0400)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
bash-completion/setsid

index 955ec27c0ee3de103c1022b61158f48e556c77e8..bf22477cf448252f74937d8617076baba6a81f8c 100644 (file)
@@ -11,7 +11,7 @@ _setsid_module()
        esac
        case $cur in
                -*)
-                       OPTS="--ctty --wait --help --version"
+                       OPTS="--ctty --wait --fork --help --version"
                        COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
                        return 0
                        ;;