diff options
author | Corey Farwell <coreyf@rwell.org> | 2015-06-02 19:51:41 -0400 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2015-06-02 19:51:41 -0400 |
commit | e3b71c65bf77d532287d8eb6c5ed7f9468e3e1f5 (patch) | |
tree | 8e29cec3bb9cf3faf7a3657d0c4e2570aed32fa0 /python/mach_bootstrap.py | |
parent | c639a0cf4932e56425aabc826bee7cbe54061c74 (diff) | |
download | servo-e3b71c65bf77d532287d8eb6c5ed7f9468e3e1f5.tar.gz servo-e3b71c65bf77d532287d8eb6c5ed7f9468e3e1f5.zip |
Fix tidy issues with Python files in python/
Diffstat (limited to 'python/mach_bootstrap.py')
-rw-r--r-- | python/mach_bootstrap.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/mach_bootstrap.py b/python/mach_bootstrap.py index e7ca0c9d02b..894cbbf97c0 100644 --- a/python/mach_bootstrap.py +++ b/python/mach_bootstrap.py @@ -66,7 +66,8 @@ CATEGORIES = { }, 'disabled': { 'short': 'Disabled', - 'long': 'The disabled commands are hidden by default. Use -v to display them. These commands are unavailable for your current context, run "mach <command>" to see why.', + 'long': 'The disabled commands are hidden by default. Use -v to display them. These commands are unavailable ' + 'for your current context, run "mach <command>" to see why.', 'priority': 0, } } |