diff --git a/doc/Hammer-Use/Flowgraphs.rst b/doc/Hammer-Use/Flowgraphs.rst index d798ed932..bfd0e3a32 100644 --- a/doc/Hammer-Use/Flowgraphs.rst +++ b/doc/Hammer-Use/Flowgraphs.rst @@ -22,10 +22,10 @@ Each ``Node`` "pulls" from a directory to feed in inputs and "pushes" output fil * A driver to run the node with; this enables backwards compatibility with :ref:`hooks `. * Options to specify steps within an action; this enables backwards compatibility with :ref:`flow control `. - * ``from_step`` - * ``after_step`` - * ``to_step`` - * ``until_step`` + * ``start_before_step`` + * ``start_after_step`` + * ``stop_before_step`` + * ``stop_after_step`` * ``only_step`` A minimal example of a ``Node``: