зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
7944f5d0c9
Коммит
5a52cec97c
|
@ -113,7 +113,7 @@ class SyntaxParser(BaseTryParser):
|
||||||
'--setenv': {
|
'--setenv': {
|
||||||
'action': 'append',
|
'action': 'append',
|
||||||
'dest': 'setenv',
|
'dest': 'setenv',
|
||||||
'help': 'Set the corresponding variable in the test environment for'
|
'help': 'Set the corresponding variable in the test environment for '
|
||||||
'applicable harnesses.',
|
'applicable harnesses.',
|
||||||
},
|
},
|
||||||
'-f': {
|
'-f': {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче