]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
bash-completion: add --zero to rev module
authorKarel Zak <kzak@redhat.com>
Wed, 16 Nov 2022 07:48:43 +0000 (08:48 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 16 Nov 2022 07:48:43 +0000 (08:48 +0100)
Addresses: https://github.com/util-linux/util-linux/pull/1900
Signed-off-by: Karel Zak <kzak@redhat.com>
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
                        ;;