summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2023-06-22 07:51:45 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2023-06-22 07:51:45 +0200
commitc327610b4b768d0d7650a61bc3d1e3242159b452 (patch)
tree1a96bb92b102da4fc669bfdf0c8c895c4de954fe
parentac72453cc9ec7ae6b6f19be4d58d49703c557e8c (diff)
downloadptxdist-c327610b4b768d0d7650a61bc3d1e3242159b452.tar.gz
ptxdist-c327610b4b768d0d7650a61bc3d1e3242159b452.tar.xz
bash_completion: complete package name for cargosync
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--scripts/bash_completion2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bash_completion b/scripts/bash_completion
index 5d27722be..3d57d974b 100644
--- a/scripts/bash_completion
+++ b/scripts/bash_completion
@@ -123,7 +123,7 @@ _ptxdist_completion()
clean)
COMPREPLY=( $( compgen -W root -- $cur ) )
;&
- get|extract|prepare|compile|install|targetinstall|tags|urlcheck|licensecheck|package-info)
+ get|extract|prepare|compile|install|targetinstall|tags|urlcheck|licensecheck|package-info|cargosync)
COMPREPLY+=( $( compgen -W "$(__ptxdist_completion_packages)" -- $cur ) )
;;
drop)