summaryrefslogtreecommitdiffstats
path: root/bash-completion
diff options
context:
space:
mode:
authorKarel Zak2017-02-15 13:45:02 +0100
committerKarel Zak2017-02-15 13:45:02 +0100
commitd86dc714276980c6fb7af2869ae4bec031493627 (patch)
tree77704036a25d22df30070e1cc5c9dfc5ecb277b1 /bash-completion
parentrename: add --no-act option (diff)
downloadkernel-qcow2-util-linux-d86dc714276980c6fb7af2869ae4bec031493627.tar.gz
kernel-qcow2-util-linux-d86dc714276980c6fb7af2869ae4bec031493627.tar.xz
kernel-qcow2-util-linux-d86dc714276980c6fb7af2869ae4bec031493627.zip
rename: add --no-act to bash-completion
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'bash-completion')
-rw-r--r--bash-completion/rename2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/rename b/bash-completion/rename
index 81365a5b2..06a7dcd4d 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
;;