From: Karel Zak Date: Mon, 28 Nov 2022 08:47:18 +0000 (+0100) Subject: rename: (bash-completion) fix typo X-Git-Tag: v2.39-rc1~402 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1325de1756ba22af7fcbd1c14631748b0ad17de4;p=thirdparty%2Futil-linux.git rename: (bash-completion) fix typo Fixes: https://github.com/util-linux/util-linux/issues/1928 Signed-off-by: Karel Zak --- diff --git a/bash-completion/rename b/bash-completion/rename index 7edaa92c50..8fb9b7c9b0 100644 --- a/bash-completion/rename +++ b/bash-completion/rename @@ -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 ;;