We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc5599f commit 76011bbCopy full SHA for 76011bb
utils/scm-to-cereal.cpp
@@ -33,7 +33,7 @@
33
int main(int argc, char* argv[])
34
{
35
cxxopts::Options options("scm-to-cereal",
36
- "Convert a CVSSP .scm morphable model file to an eos (Cereal) .bin file.");
+ "Convert a CVSSP .scm morphable model file to an eos (cereal) .bin file.");
37
// clang-format off
38
options.add_options()
39
("h,help", "display the help message")
0 commit comments