rename: (bash-completion) fix typo
Fixes: https://github.com/util-linux/util-linux/issues/1928 Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
parent
bd86efc9c3
commit
1325de1756
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ _rename_module()
|
|||
esac
|
||||
case $cur in
|
||||
-*)
|
||||
OPTS="--verbose --symlink --help --version --no-act --all --last --no-override --interactive"
|
||||
OPTS="--verbose --symlink --help --version --no-act --all --last --no-overwrite --interactive"
|
||||
COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
|
||||
return 0
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue