Skip to content

Commit

Permalink
fixed a typo in an error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jewettaij committed Jul 16, 2021
1 parent 1c04462 commit 9853809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/filter_mrc/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2457,7 +2457,7 @@ Settings::ParseArgs(vector<string>& vArgs)
else if (vArgs[i] == "--membrane-normals-file") {
throw InputErr("Error: As of 2019-4-11, the " + vArgs[i] +
" argument has been renamed.\n"
" It is now called \"-normals-file\", and it requires an additional argument.\n"
" It is now called \"-normals-file\".\n"
" See documentation for details.\n");
}

Expand Down

0 comments on commit 9853809

Please sign in to comment.