Skip to content

Commit

Permalink
change --type flag to --mode for workflow usage docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jsheunis committed Nov 28, 2024
1 parent f55e2f5 commit de199eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ To run a workflow from scratch on a dataset and all of its subdatasets:

.. code-block:: bash
datalad catalog-workflow --type new --catalog /tmp/my-cat --dataset path/to/superdataset --extractor metalad_core
datalad catalog-workflow --mode new --catalog /tmp/my-cat --dataset path/to/superdataset --extractor metalad_core
This workflow will:

Expand All @@ -261,7 +261,7 @@ to the superdataset which the catalog represents:

.. code-block:: bash
datalad catalog-workflow --type update --catalog /tmp/my-cat --dataset path/to/superdataset --subdataset path/to/subdataset --extractor metalad_core
datalad catalog-workflow --mode update --catalog /tmp/my-cat --dataset path/to/superdataset --subdataset path/to/subdataset --extractor metalad_core
This workflow assumes:

Expand Down

0 comments on commit de199eb

Please sign in to comment.