diff options
| author | Karel Zak <kzak@redhat.com> | 2022-11-16 08:48:43 +0100 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2022-11-16 08:48:43 +0100 |
| commit | 1e6393de06b5089329702d7850a450386b454aa9 (patch) | |
| tree | c25cdd4319779dca9b46e43c5533dd89a7f2c5b2 /bash-completion | |
| parent | 076b26447ad01e8bde2fad07f135b6b3c131f594 (diff) | |
| download | util-linux-1e6393de06b5089329702d7850a450386b454aa9.tar.gz | |
bash-completion: add --zero to rev module
Addresses: https://github.com/util-linux/util-linux/pull/1900
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'bash-completion')
| -rw-r--r-- | bash-completion/rev | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/rev b/bash-completion/rev index e5397d5d88..e1f517be86 100644 --- a/bash-completion/rev +++ b/bash-completion/rev @@ -11,7 +11,7 @@ _rev_module() esac case $cur in -*) - OPTS="--version --help" + OPTS="--version --help --zero" COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) ) return 0 ;; |
