Skip to content

Commit ff7099d

Browse files
committed
BUG: Fix input option identifier
Needs to be the same identifier throughout the pipeline setup.
1 parent 6a12055 commit ff7099d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasm/ITKCleaverWasm.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,5 @@ int main( int argc, char * argv[] )
109109
//double
110110
float
111111
>
112-
::Dimensions<3U>("Input", pipeline);
112+
::Dimensions<3U>("-i,--input", pipeline);
113113
}

0 commit comments

Comments
 (0)