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>
This commit is contained in:
parent
076b26447a
commit
1e6393de06
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ _rev_module()
|
|||
esac
|
||||
case $cur in
|
||||
-*)
|
||||
OPTS="--version --help"
|
||||
OPTS="--version --help --zero"
|
||||
COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
|
||||
return 0
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue