From 55e4c91365912d22f6cde0ddf380e7e19ef2779b Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 21 Apr 2004 23:16:33 +0000
Subject: [PATCH] doc -convert

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

diff --git a/Common/CommandLine.cpp b/Common/CommandLine.cpp
index a9a5a9316f..e7dfdbaf2d 100644
--- a/Common/CommandLine.cpp
+++ b/Common/CommandLine.cpp
@@ -1,4 +1,4 @@
-// $Id: CommandLine.cpp,v 1.32 2004-04-21 23:14:47 geuzaine Exp $
+// $Id: CommandLine.cpp,v 1.33 2004-04-21 23:16:33 geuzaine Exp $
 //
 // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
 //
@@ -94,7 +94,6 @@ void Print_Usage(char *name){
   Msg(DIRECT, "  -link int             select link mode between views (default: 0)");
   Msg(DIRECT, "  -smoothview           smooth views");
   Msg(DIRECT, "  -combine              combine input views into multi time step ones");
-  Msg(DIRECT, "  -convert file file    perform batch conversion of view(s)/mesh into new file formats");
   Msg(DIRECT, "Display options:");    
   Msg(DIRECT, "  -nodb                 disable double buffering");
   Msg(DIRECT, "  -fontsize int         specify the font size for the GUI (default: 12)");
@@ -112,6 +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, "  -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 a4d3dcaed9..bc624f96a7 100644
--- a/doc/texinfo/command_line.texi
+++ b/doc/texinfo/command_line.texi
@@ -61,8 +61,6 @@ select link mode between views (default: 0)
 smooth views
 @item -combine
 combine input views into multi time step ones
-@item -convert file file
-perform batch conversion of view(s)/mesh into new file formats
 @end ftable
 
 @sp 1 
@@ -100,6 +98,8 @@ set verbosity level (default: 2)
 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
 @item -version
 show version number
 @item -info
-- 
GitLab