We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 773ed84 commit b960f64Copy full SHA for b960f64
docs/source/usage.rst
@@ -46,13 +46,13 @@ This function is also accessible via a command-line interface using the `click`
46
47
.. code-block:: console
48
49
- Usage: script.py [OPTIONS] INPUT_PATH
+ Usage: bids2openminds [OPTIONS] INPUT_PATH
50
51
Arguments:
52
input-path Path to the BIDS directory.
53
54
Options:
55
- -o, --output-path TEXT The output path or filename for OpenMINDS file/files.
+ -o, --output-path PATH The output path or filename for OpenMINDS file/files.
56
--single-file Save the entire collection into a single file (default).
57
--multiple-files Save each node into a separate file within the specified directory.
58
-e, --include-empty-properties
0 commit comments