diff --git a/Common/CommandLine.cpp b/Common/CommandLine.cpp
index a9a5a9316f1c8237f3e7627f62e2c16d020fd463..e7dfdbaf2d5d7675e841c5fd39e270c634e4e7d7 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 a4d3dcaed95997d860560a111a32278715978ab8..bc624f96a72981418a3bb3a6490cb3e50205bc38 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