Bug 1275774 - Fix taskcluster how-to docs example command draft
authorBrian Stack <bstack@mozilla.com>
Fri, 16 Sep 2016 13:46:03 -0700
changeset 417703 dd7e7996abffa50239b866f096ac4e2fc2fa5801
parent 416770 058cf01f6cf2d2526c28b864a78afd4b97189b2a
child 417704 2f10b3e70eb28167ed9ead624a1194f7989c4a16
push id30460
push userbstack@mozilla.com
push dateMon, 26 Sep 2016 16:52:15 +0000
bugs1275774
milestone52.0a1
Bug 1275774 - Fix taskcluster how-to docs example command MozReview-Commit-ID: 8gFeRHeSRd8
taskcluster/docs/how-tos.rst
--- a/taskcluster/docs/how-tos.rst
+++ b/taskcluster/docs/how-tos.rst
@@ -37,17 +37,17 @@ 1. Find a recent decision task on the pr
    contents are simple enough if you would like to modify it, and it is
    documented in :doc:`parameters`.
 
 2. Run one of the ``mach taskgraph`` subcommands (see :doc:`taskgraph`) to
    generate a baseline against which to measure your changes.  For example:
 
    .. code-block:: none
 
-       ./mach taskgraph --json -p parameters.yml tasks > old-tasks.json
+       ./mach taskgraph tasks --json -p parameters.yml > old-tasks.json
 
 3. Make your modifications under ``taskcluster/``.
 
 4. Run the same ``mach taskgraph`` command, sending the output to a new file,
    and use ``diff`` to compare the old and new files.  Make sure your changes
    have the desired effect and no undesirable side-effects.
 
 5. When you are satisfied with the changes, push them to try to ensure that the