| Index: scripts/slave/bot_update.py
|
| diff --git a/scripts/slave/bot_update.py b/scripts/slave/bot_update.py
|
| index 7df09ace2a4c6cab42e49324f8acfaafb571dbc4..d439de235f0282d8f732e785353e1eab40b3549e 100755
|
| --- a/scripts/slave/bot_update.py
|
| +++ b/scripts/slave/bot_update.py
|
| @@ -1165,7 +1165,7 @@ def parse_args():
|
| parse.add_option('--master', help='Master name.')
|
| parse.add_option('-f', '--force', action='store_true',
|
| help='Bypass check to see if we want to be run. '
|
| - 'Should ONLY be used locally.')
|
| + 'Should ONLY be used locally or by smart recipes.')
|
| parse.add_option('--revision_mapping',
|
| help='{"path/to/repo/": "property_name"}')
|
| parse.add_option('--revision_mapping_file',
|
|
|