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
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 @@
     OPTIONS=(
         "-h" "--help"
         "-f" "--force-broken"
+             "--force-sync"
         "-l" "--local-only"
         "-n" "--network-only"
         "-d" "--detach"