diff --git a/Common/CommandLine.cpp b/Common/CommandLine.cpp index 7ba3c4717c075e5996c1717af0f26f1b94536807..b0252c98b660fc9cff1483bb36874572350e1c4a 100644 --- a/Common/CommandLine.cpp +++ b/Common/CommandLine.cpp @@ -1,4 +1,4 @@ -// $Id: CommandLine.cpp,v 1.34 2004-04-22 05:56:17 geuzaine Exp $ +// $Id: CommandLine.cpp,v 1.35 2004-04-22 05:59:08 geuzaine Exp $ // // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // @@ -105,8 +105,8 @@ void Print_Usage(char *name){ #endif Msg(DIRECT, "Other options:"); #if defined(HAVE_FLTK) - Msg(DIRECT, " -a, -g, -m, -s, -p start in automatic, geometry, mesh, solver or"); - Msg(DIRECT, " post-processing mode (default: automatic)"); + Msg(DIRECT, " -a, -g, -m, -s, -p start in automatic, geometry, mesh, solver or post-processing"); + Msg(DIRECT, " mode (default: automatic)"); #endif Msg(DIRECT, " -v int set verbosity level (default: 2)"); Msg(DIRECT, " -string \"string\" parse string before project file");