From 7b1b90b4024eeedaa2cb0ec297b5ab46f78eadf2 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 4 Apr 2005 16:28:18 +0000
Subject: [PATCH] better help string for '-combine'

---
 Common/CommandLine.cpp        | 4 ++--
 doc/texinfo/command_line.texi | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Common/CommandLine.cpp b/Common/CommandLine.cpp
index ac1be44d71..73735dd982 100644
--- a/Common/CommandLine.cpp
+++ b/Common/CommandLine.cpp
@@ -1,4 +1,4 @@
-// $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
 //
@@ -91,7 +91,7 @@ void Print_Usage(char *name){
   Msg(DIRECT, "Post-processing options:");
   Msg(DIRECT, "  -noview               Hide all views on startup");
   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, "  -nodb                 Disable double buffering");
   Msg(DIRECT, "  -fontsize int         Specify the font size for the GUI");
diff --git a/doc/texinfo/command_line.texi b/doc/texinfo/command_line.texi
index e6df361b57..54cd63fa61 100644
--- a/doc/texinfo/command_line.texi
+++ b/doc/texinfo/command_line.texi
@@ -60,7 +60,7 @@ Select link mode between views (0, 1, 2, 3, 4)
 @item -smoothview
 Smooth views
 @item -combine
-Combine input views into multi-time-step ones
+Combine views having identical names into multi-time-step views
 @end ftable
 
 @sp 1 
-- 
GitLab