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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
7b1b90b4
Commit
7b1b90b4
authored
20 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
better help string for '-combine'
parent
3627fd83
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide 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
+1
-1
1 addition, 1 deletion
doc/texinfo/command_line.texi
with
3 additions
and
3 deletions
Common/CommandLine.cpp
+
2
−
2
View file @
7b1b90b4
// $Id: CommandLine.cpp,v 1.5
6
2005-0
3
-0
1
1
7:47:54
geuzaine Exp $
// $Id: CommandLine.cpp,v 1.5
7
2005-0
4
-0
4
1
6:28:18
geuzaine Exp $
//
//
// Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
// Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
//
//
...
@@ -91,7 +91,7 @@ void Print_Usage(char *name){
...
@@ -91,7 +91,7 @@ void Print_Usage(char *name){
Msg
(
DIRECT
,
"Post-processing options:"
);
Msg
(
DIRECT
,
"Post-processing options:"
);
Msg
(
DIRECT
,
" -noview Hide all views on startup"
);
Msg
(
DIRECT
,
" -noview Hide all views on startup"
);
Msg
(
DIRECT
,
" -link int Select link mode between views (0, 1, 2, 3, 4)"
);
Msg
(
DIRECT
,
" -link int Select link mode between views (0, 1, 2, 3, 4)"
);
Msg
(
DIRECT
,
" -combine Combine
input view
s into multi-time-step
one
s"
);
Msg
(
DIRECT
,
" -combine Combine
views having identical name
s into multi-time-step
view
s"
);
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"
);
Msg
(
DIRECT
,
" -fontsize int Specify the font size for the GUI"
);
...
...
This diff is collapsed.
Click to expand it.
doc/texinfo/command_line.texi
+
1
−
1
View file @
7b1b90b4
...
@@ -60,7 +60,7 @@ Select link mode between views (0, 1, 2, 3, 4)
...
@@ -60,7 +60,7 @@ Select link mode between views (0, 1, 2, 3, 4)
@item -smoothview
@item -smoothview
Smooth views
Smooth views
@item -combine
@item -combine
Combine
input view
s into multi-time-step
one
s
Combine
views having identical name
s into multi-time-step
view
s
@end ftable
@end ftable
@sp 1
@sp 1
...
...
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