Skip to content
Snippets Groups Projects
Commit 55e4c913 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

doc -convert
parent 4eaef455
No related branches found
No related tags found
No related merge requests found
// $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 // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
// //
...@@ -94,7 +94,6 @@ void Print_Usage(char *name){ ...@@ -94,7 +94,6 @@ void Print_Usage(char *name){
Msg(DIRECT, " -link int select link mode between views (default: 0)"); Msg(DIRECT, " -link int select link mode between views (default: 0)");
Msg(DIRECT, " -smoothview smooth views"); Msg(DIRECT, " -smoothview smooth views");
Msg(DIRECT, " -combine combine input views into multi time step ones"); 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, "Display options:");
Msg(DIRECT, " -nodb disable double buffering"); Msg(DIRECT, " -nodb disable double buffering");
Msg(DIRECT, " -fontsize int specify the font size for the GUI (default: 12)"); Msg(DIRECT, " -fontsize int specify the font size for the GUI (default: 12)");
...@@ -112,6 +111,7 @@ void Print_Usage(char *name){ ...@@ -112,6 +111,7 @@ void Print_Usage(char *name){
Msg(DIRECT, " -v int set verbosity level (default: 2)"); Msg(DIRECT, " -v int set verbosity level (default: 2)");
Msg(DIRECT, " -string \"string\" parse string before project file"); Msg(DIRECT, " -string \"string\" parse string before project file");
Msg(DIRECT, " -option file parse option file before GUI creation"); 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, " -version show version number");
Msg(DIRECT, " -info show detailed version information"); Msg(DIRECT, " -info show detailed version information");
Msg(DIRECT, " -help show this message"); Msg(DIRECT, " -help show this message");
......
...@@ -61,8 +61,6 @@ select link mode between views (default: 0) ...@@ -61,8 +61,6 @@ select link mode between views (default: 0)
smooth views smooth views
@item -combine @item -combine
combine input views into multi time step ones 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 @end ftable
@sp 1 @sp 1
...@@ -100,6 +98,8 @@ set verbosity level (default: 2) ...@@ -100,6 +98,8 @@ set verbosity level (default: 2)
parse string before project file parse string before project file
@item -option file @item -option file
parse option file before GUI creation parse option file before GUI creation
@item -convert file file
perform batch conversion of view(s)/mesh into new file formats
@item -version @item -version
show version number show version number
@item -info @item -info
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment