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

better help string for '-combine'
parent 3627fd83
No related branches found
No related tags found
No related merge requests found
// $Id: CommandLine.cpp,v 1.56 2005-03-01 17:47:54 geuzaine Exp $ // $Id: CommandLine.cpp,v 1.57 2005-04-04 16: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 views into multi-time-step ones"); Msg(DIRECT, " -combine Combine views having identical names into multi-time-step views");
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");
......
...@@ -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 views into multi-time-step ones Combine views having identical names into multi-time-step views
@end ftable @end ftable
@sp 1 @sp 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment