]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - bash-completion/rename
dmesg: add --follow-new
[thirdparty/util-linux.git] / bash-completion / rename
index 06a7dcd4d55303447a7cd47d471d04c3ee026455..9fc1ceca38a0dd725940525b3985f46738bf9538 100644 (file)
@@ -11,7 +11,7 @@ _rename_module()
        esac
        case $cur in
                -*)
-                       OPTS="--verbose --symlink --help --version --no-act"
+                       OPTS="--verbose --symlink --help --version --no-act --no-override --interactive"
                        COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
                        return 0
                        ;;