aboutsummaryrefslogtreecommitdiffstats
path: root/python/mach_bootstrap.py
diff options
context:
space:
mode:
authorbors-servo <metajack+bors@gmail.com>2015-06-03 08:04:11 -0500
committerbors-servo <metajack+bors@gmail.com>2015-06-03 08:04:11 -0500
commit9aa1d932828d15f6590816c638af1e3f451130a4 (patch)
tree96c458021d7eb1ca9ce883ad997cf8ab69165021 /python/mach_bootstrap.py
parentb408fa9960b0644544c1ef0c7f13f0738f06a32b (diff)
parente3b71c65bf77d532287d8eb6c5ed7f9468e3e1f5 (diff)
downloadservo-9aa1d932828d15f6590816c638af1e3f451130a4.tar.gz
servo-9aa1d932828d15f6590816c638af1e3f451130a4.zip
Auto merge of #6268 - frewsxcv:tidy-python, r=jdm
<!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6268) <!-- Reviewable:end -->
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,
}
}