From: Karel Zak Date: Wed, 15 Feb 2017 12:45:02 +0000 (+0100) Subject: rename: add --no-act to bash-completion X-Git-Tag: v2.30-rc1~243 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d86dc714276980c6fb7af2869ae4bec031493627;p=thirdparty%2Futil-linux.git rename: add --no-act to bash-completion Signed-off-by: Karel Zak --- diff --git a/bash-completion/rename b/bash-completion/rename index 81365a5b22..06a7dcd4d5 100644 --- a/bash-completion/rename +++ b/bash-completion/rename @@ -11,7 +11,7 @@ _rename_module() esac case $cur in -*) - OPTS="--verbose --symlink --help --version" + OPTS="--verbose --symlink --help --version --no-act" COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) ) return 0 ;;