summaryrefslogtreecommitdiffstats
path: root/bash_completion/repo.bash
diff options
context:
space:
mode:
authorzh0122 <zh0122@gmail.com>2015-07-30 15:08:32 +0800
committerzh0122 <zh0122@gmail.com>2015-07-30 15:13:11 +0800
commit00eb9ce6e3ed6b63f00165641f9e6d3642b7c4e1 (patch)
tree0e6c9c25f4168cb92efad1d6fb6dc9957905ebda /bash_completion/repo.bash
parent8d2b2c75bf57c05bdf2391148a2173fc8b97bda4 (diff)
downloadvendor_replicant-00eb9ce6e3ed6b63f00165641f9e6d3642b7c4e1.zip
vendor_replicant-00eb9ce6e3ed6b63f00165641f9e6d3642b7c4e1.tar.gz
vendor_replicant-00eb9ce6e3ed6b63f00165641f9e6d3642b7c4e1.tar.bz2
Add a bash completion "--force-sync" for repo sync
The new version v1.12.25 of repo add a new flas "--force-sync" This will add the bash completion of the flag Change-Id: I96700a1f13e6c5e1c361c48a4b778b4e7bc5dfed
Diffstat (limited to 'bash_completion/repo.bash')
-rw-r--r--bash_completion/repo.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash_completion/repo.bash b/bash_completion/repo.bash
index 1c4a2a8..9ae5e00 100644
--- a/bash_completion/repo.bash
+++ b/bash_completion/repo.bash
@@ -587,6 +587,7 @@ _repo_sync() {
OPTIONS=(
"-h" "--help"
"-f" "--force-broken"
+ "--force-sync"
"-l" "--local-only"
"-n" "--network-only"
"-d" "--detach"