From cc8a67aea3fc1e4f3b7720ae358e2239b78b17f3 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 22 Apr 2004 05:56:17 +0000
Subject: [PATCH] wording

---
 Common/CommandLine.cpp        | 4 ++--
 doc/texinfo/command_line.texi | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Common/CommandLine.cpp b/Common/CommandLine.cpp
index e7dfdbaf2d..7ba3c4717c 100644
--- a/Common/CommandLine.cpp
+++ b/Common/CommandLine.cpp
@@ -1,4 +1,4 @@
-// $Id: CommandLine.cpp,v 1.33 2004-04-21 23:16:33 geuzaine Exp $
+// $Id: CommandLine.cpp,v 1.34 2004-04-22 05:56:17 geuzaine Exp $
 //
 // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
 //
@@ -111,7 +111,7 @@ void Print_Usage(char *name){
   Msg(DIRECT, "  -v int                set verbosity level (default: 2)");
   Msg(DIRECT, "  -string \"string\"      parse string before project file");
   Msg(DIRECT, "  -option file          parse option file before GUI creation");
-  Msg(DIRECT, "  -convert file file    perform batch conversion of view(s)/mesh into new file formats");
+  Msg(DIRECT, "  -convert file file    perform batch conversion of view(s)/mesh into latest file formats");
   Msg(DIRECT, "  -version              show version number");
   Msg(DIRECT, "  -info                 show detailed version information");
   Msg(DIRECT, "  -help                 show this message");
diff --git a/doc/texinfo/command_line.texi b/doc/texinfo/command_line.texi
index bc624f96a7..5152c8b8c4 100644
--- a/doc/texinfo/command_line.texi
+++ b/doc/texinfo/command_line.texi
@@ -99,7 +99,7 @@ parse string before project file
 @item -option file
 parse option file before GUI creation
 @item -convert file file
-perform batch conversion of view(s)/mesh into new file formats
+perform batch conversion of view(s)/mesh into latest file formats
 @item -version
 show version number
 @item -info
-- 
GitLab