aboutsummaryrefslogtreecommitdiffstats
path: root/python/mach_bootstrap.py
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2015-06-02 19:51:41 -0400
committerCorey Farwell <coreyf@rwell.org>2015-06-02 19:51:41 -0400
commite3b71c65bf77d532287d8eb6c5ed7f9468e3e1f5 (patch)
tree8e29cec3bb9cf3faf7a3657d0c4e2570aed32fa0 /python/mach_bootstrap.py
parentc639a0cf4932e56425aabc826bee7cbe54061c74 (diff)
downloadservo-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.py3
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,
}
}