From 00eb9ce6e3ed6b63f00165641f9e6d3642b7c4e1 Mon Sep 17 00:00:00 2001 From: zh0122 Date: Thu, 30 Jul 2015 15:08:32 +0800 Subject: [PATCH] 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 --- bash_completion/repo.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/bash_completion/repo.bash b/bash_completion/repo.bash index 1c4a2a8a..9ae5e00f 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"