Skip to content

Commit

Permalink
Update the docs with the new CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Jul 26, 2021
1 parent 668f71f commit 974bd3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docs/source/debugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ Enabling tracing:

.. code-block::
> python -m pyjion --tracing my_script.py
> pyjion --tracing my_script.py
Enabling profiling:

.. code-block::
> python -m pyjion --profiling my_script.py
> pyjion --profiling my_script.py

0 comments on commit 974bd3c

Please sign in to comment.