Skip to content

Commit

Permalink
Remove uneeded heading
Browse files Browse the repository at this point in the history
  • Loading branch information
webzakimbo committed Jan 20, 2023
1 parent 368fcda commit cf6e04a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/source/usage/executing-commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ OR, a dot-notation example passing in parameters, for e.g. ``run``:
.. code-block:: bash
> bcome
> child.grandchild.run "ls -al"
> child.grandchild.run "/some/command parameter"
.. note::

Expand All @@ -75,6 +74,12 @@ To invoke command 'foo' available to node parent:child:grandchild, you would ent
> bcome child:grandchild:foo
OR, to pass in parameters

.. code-block:: bash
> bcome child:grandchild:run "/some/command parameter"
Invoking commands from orchestration scripts
-------------------------------------------

Expand Down

0 comments on commit cf6e04a

Please sign in to comment.