From 1266b4a191b883f656253f94c8feb52c55b59d80 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 22 Apr 2004 05:59:08 +0000
Subject: [PATCH] typo

---
 Common/CommandLine.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Common/CommandLine.cpp b/Common/CommandLine.cpp
index 7ba3c4717c..b0252c98b6 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");
-- 
GitLab