No bug: Fix missing space in `mach try syntax` help text.

Differential Revision: https://phabricator.services.mozilla.com/D65840

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tom Prince 2020-03-07 01:27:13 +00:00
Родитель 7944f5d0c9
Коммит 5a52cec97c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -113,7 +113,7 @@ class SyntaxParser(BaseTryParser):
'--setenv': {
'action': 'append',
'dest': 'setenv',
'help': 'Set the corresponding variable in the test environment for'
'help': 'Set the corresponding variable in the test environment for '
'applicable harnesses.',
},
'-f': {