Skip to content

Commit

Permalink
BUG: Fix input option identifier
Browse files Browse the repository at this point in the history
Needs to be the same identifier throughout the pipeline setup.
  • Loading branch information
thewtex committed Feb 15, 2023
1 parent 6a12055 commit ff7099d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm/ITKCleaverWasm.cxx
Expand Up @@ -109,5 +109,5 @@ int main( int argc, char * argv[] )
//double
float
>
::Dimensions<3U>("Input", pipeline);
::Dimensions<3U>("-i,--input", pipeline);
}

0 comments on commit ff7099d

Please sign in to comment.