diff --git a/Common/CommandLine.cpp b/Common/CommandLine.cpp
index ac1be44d71576903ed59976038c0633a447ada89..73735dd982ee74f93c6fc50e5adf2fee28171f99 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 e6df361b5771d16a463adeec7ea4e2943033deca..54cd63fa610007eaa41054728662b1a3f0f3ccb4 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