Chromium Code Reviews| Index: presubmit_canned_checks.py |
| =================================================================== |
| --- presubmit_canned_checks.py (revision 37296) |
| +++ presubmit_canned_checks.py (working copy) |
| @@ -309,7 +309,7 @@ |
| res_type = output_api.PresubmitError |
| else: |
| res_type = output_api.PresubmitNotifyResult |
| - message = "Run `svn pset %s %s <item>` on these files:" % (prop, expected) |
| + message = "Run the command: svn pset %s %s \\" % (prop, expected) |
| return [res_type(message, items=bad)] |
| return [] |