]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - bash-completion/rev
nsenter: add option `-c` to join the cgroup of target process
[thirdparty/util-linux.git] / bash-completion / rev
index e5397d5d88d249482d1e5e5b4a52e76cb12c073b..e1f517be8623f766cac5d6ad82f09d7aebfc43ea 100644 (file)
@@ -11,7 +11,7 @@ _rev_module()
        esac
        case $cur in
                -*)
-                       OPTS="--version --help"
+                       OPTS="--version --help --zero"
                        COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
                        return 0
                        ;;