diff options
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, } } |