diff --git a/src/etc/cargo.bashcomp.sh b/src/etc/cargo.bashcomp.sh index c6f6dffce76..3b305e24681 100644 --- a/src/etc/cargo.bashcomp.sh +++ b/src/etc/cargo.bashcomp.sh @@ -138,7 +138,7 @@ _cargo() --target) COMPREPLY=( $( compgen -W "$(_get_targets)" -- "$cur" ) ) ;; - --target-dir) + --target-dir|--path) _filedir -d ;; help)