File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ To run a workflow from scratch on a dataset and all of its subdatasets:
243243
244244.. code-block :: bash
245245
246- datalad catalog-workflow --type new --catalog /tmp/my-cat --dataset path/to/superdataset --extractor metalad_core
246+ datalad catalog-workflow --mode new --catalog /tmp/my-cat --dataset path/to/superdataset --extractor metalad_core
247247
248248 This workflow will:
249249
@@ -261,7 +261,7 @@ to the superdataset which the catalog represents:
261261
262262.. code-block :: bash
263263
264- datalad catalog-workflow --type update --catalog /tmp/my-cat --dataset path/to/superdataset --subdataset path/to/subdataset --extractor metalad_core
264+ datalad catalog-workflow --mode update --catalog /tmp/my-cat --dataset path/to/superdataset --subdataset path/to/subdataset --extractor metalad_core
265265
266266 This workflow assumes:
267267
You can’t perform that action at this time.
0 commit comments