Chromium Code Reviews| Index: gclient.py |
| diff --git a/gclient.py b/gclient.py |
| index 55cca53fc91ca19b768d024d9d07491b6a8fa87f..3f13fe5d75259af01039fd3b107efa4c2c35c4b6 100755 |
| --- a/gclient.py |
| +++ b/gclient.py |
| @@ -129,6 +129,7 @@ Valid options: |
| --revision SOLUTION@REV : update given solution to specified revision |
| --deps PLATFORM(S) : sync deps for the given platform(s), or 'all' |
| --verbose : output additional diagnostics |
| + --head : update to latest revision, instead of last good revision |
| Examples: |
| gclient %(cmd)s |