Skip to content

Commit b8b783c

Browse files
committed
mris_convert.help.xml
update the help page
1 parent 8ecf78a commit b8b783c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

mris_convert/mris_convert.help.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@
3939
<arguments>
4040

4141
<required>
42-
<intro>Exactly one input is required:</intro>
42+
<intro>Required positional parameters (these need to be placed after any options):</intro>
4343
<argument>in-file</argument>
4444
<explanation>input filename</explanation>
45+
<argument>[second-in-file]</argument>
46+
<explanation>input second filename to be combined with in-file, required for --combinesurfs</explanation>
4547
<argument>out-file</argument>
4648
<explanation>output filename</explanation>
4749
</required>
@@ -51,8 +53,8 @@
5153
<explanation>help page</explanation>
5254
<argument>-p</argument>
5355
<explanation>in-file is a patch file, not a full surface</explanation>
54-
<argument>-c scalar-file</argument>
55-
<explanation>input scalar curv overlay file (must still specify surface)</explanation>
56+
<argument>-c scalar-file1, scalar-file2, ..., scalar-filen</argument>
57+
<explanation>input scalar curv overlay files (must still specify surface)</explanation>
5658
<argument>-f scalar-file</argument>
5759
<explanation>input functional time-series or other multi-frame data (must specify surface)</explanation>
5860
<argument>-o origname</argument>
@@ -81,6 +83,8 @@
8183
<explanation>output gifti file to which label stats will be written</explanation>
8284
<argument>--combinesurfs</argument>
8385
<explanation>combine surface files, two input surface files required</explanation>
86+
<argument>--mergegifti</argument>
87+
<explanation>generate combined gifti file with surface and multiple curvature data</explanation>
8488
<argument>--delete-cmds</argument>
8589
<explanation>delete command lines in surface</explanation>
8690
<argument>--center</argument>

0 commit comments

Comments
 (0)