Skip to content

Commit

Permalink
DOC: update usage for ResampleAnImage
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz authored and hjmjohnson committed May 8, 2020
1 parent 48d2767 commit 433c158
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Filtering/ImageGrid/ResampleAnImage/Code.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ main(int argc, char * argv[])
{
std::cerr << "Usage: " << std::endl;
std::cerr << argv[0];
std::cerr << " <InputFileName> <OutputFileName>";
std::cerr << " <numberOfIterations> <timeStep> <conductance>";
std::cerr << " <InputFileName> <OutputFileName> <scale>";
std::cerr << std::endl;
return EXIT_FAILURE;
}
Expand Down

0 comments on commit 433c158

Please sign in to comment.