Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #482 from julienw/1211869-force-sync
Browse files Browse the repository at this point in the history
Bug 1211869 - make it possible to use force-sync with config.sh r=mwu
  • Loading branch information
julienw committed Oct 18, 2015
2 parents 437c5bf + b93aa23 commit 739a43a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.sh
Expand Up @@ -35,7 +35,7 @@ BRANCH=${BRANCH:-master}

while [ $# -ge 1 ]; do
case $1 in
-d|-l|-f|-n|-c|-q|-j*)
-d|-l|-f|-n|-c|-q|--force-sync|-j*)
sync_flags="$sync_flags $1"
if [ $1 = "-j" ]; then
shift
Expand Down Expand Up @@ -192,7 +192,7 @@ case "$1" in
;;

*)
echo "Usage: $0 [-cdflnq] (device name)"
echo "Usage: $0 [-cdflnq] [-j <jobs>] [--force-sync] (device name)"
echo "Flags are passed through to |./repo sync|."
echo
echo Valid devices to configure are:
Expand Down

0 comments on commit 739a43a

Please sign in to comment.