diff options
| author | Sami Kerola <kerolasa@iki.fi> | 2018-10-04 21:36:22 +0100 |
|---|---|---|
| committer | Sami Kerola <kerolasa@iki.fi> | 2018-10-04 21:36:22 +0100 |
| commit | 5feae697b03de1d897327ab7e6c73738c4d06695 (patch) | |
| tree | 63a6ec3c1867557aca0126a4a32f5b27cccbb335 /bash-completion/rename | |
| parent | a77bd80d5a55ae2cde6bd65886f4aceae6e3822d (diff) | |
| download | util-linux-5feae697b03de1d897327ab7e6c73738c4d06695.tar.gz | |
bash-completion: catch up with option changes
Check what has changed in usage functions in between v2.32..a77bd80d5 and
update bash-completion files accordingly.
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'bash-completion/rename')
| -rw-r--r-- | bash-completion/rename | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/rename b/bash-completion/rename index 143121976a..9fc1ceca38 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 --no-override" + OPTS="--verbose --symlink --help --version --no-act --no-override --interactive" COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) ) return 0 ;; |
