| Index: tools/clang/scripts/update.py
|
| diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py
|
| index 66e22e9cd76abdf632ab0220dd155009b163abb7..23004a5c634f41d1674238b114091d3d38119656 100755
|
| --- a/tools/clang/scripts/update.py
|
| +++ b/tools/clang/scripts/update.py
|
| @@ -726,7 +726,7 @@ def main():
|
| help='select which chrome tools to build',
|
| default=['plugins', 'blink_gc_plugin'])
|
| parser.add_argument('--without-android', action='store_false',
|
| - help='don\tt build Android ASan runtime (linux only)',
|
| + help='don\'t build Android ASan runtime (linux only)',
|
| dest='with_android',
|
| default=sys.platform.startswith('linux'))
|
| args = parser.parse_args()
|
|
|