]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
rename: (bash-completion) fix typo
authorKarel Zak <kzak@redhat.com>
Mon, 28 Nov 2022 08:47:18 +0000 (09:47 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 28 Nov 2022 08:47:18 +0000 (09:47 +0100)
Fixes: https://github.com/util-linux/util-linux/issues/1928
Signed-off-by: Karel Zak <kzak@redhat.com>
bash-completion/rename

index 7edaa92c50e8c03dbb4e7685c57e92275bd825d0..8fb9b7c9b0cf17013e6f7c22dab4a1bf680bb204 100644 (file)
@@ -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
                        ;;