Bug 1529948: Fix refernce to mach test-action-callback; r=Callek

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tom Prince 2019-02-22 18:05:17 +00:00
parent 36fb881c16
commit 7f180db1a2

View File

@ -243,7 +243,7 @@ Creating Tasks
The ``create_tasks`` utility function provides a full-featured way to create
new tasks. Its features include creating prerequisite tasks, operating in a
"testing" mode with ``./mach taskgraph action-callback --test``, and generating
"testing" mode with ``./mach taskgraph test-action-callback``, and generating
artifacts that can be used by later action tasks to figure out what happened.
See the source for more detailed docmentation.