Skip to content

Commit

Permalink
fix: resample-image -size option help output
Browse files Browse the repository at this point in the history
  • Loading branch information
schuhschuh authored Nov 14, 2018
1 parent 463d90a commit 9482b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Applications/src/resample-image.cc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ void PrintHelp(const char *name)
cout << endl;
cout << "Optional arguments:" << endl;
cout << " -imsize <nx> <ny> <nz> New image size in number of voxels (default: input image size)" << endl;
cout << " -size <dx> <dy> <dz> New voxel size in mm (default: 1 1 1)" << endl;
cout << " -size <dx> <dy> <dz> New voxel size in mm (default: input voxel size)" << endl;
cout << " -isotropic <m> Resample to isotropic voxel size: m*min(dx, min(dy, dz))" << endl;
cout << " -interp <mode> Interpolation mode (case insensitive):" << endl;
line_length = max_line_length;
Expand Down

0 comments on commit 9482b88

Please sign in to comment.