Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
55e4c913
Commit
55e4c913
authored
21 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
doc -convert
parent
4eaef455
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Common/CommandLine.cpp
+2
-2
2 additions, 2 deletions
Common/CommandLine.cpp
doc/texinfo/command_line.texi
+2
-2
2 additions, 2 deletions
doc/texinfo/command_line.texi
with
4 additions
and
4 deletions
Common/CommandLine.cpp
+
2
−
2
View file @
55e4c913
// $Id: CommandLine.cpp,v 1.3
2
2004-04-21 23:1
4:47
geuzaine Exp $
// $Id: CommandLine.cpp,v 1.3
3
2004-04-21 23:1
6: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"
);
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/command_line.texi
+
2
−
2
View file @
55e4c913
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment