diff --git a/Unix/Info.h b/Unix/Info.h index dd8057c35d5ffaec0faaab2d0799e27ffdbd37a3..1238e4efb5b6103515a58c8620196e8ce4f5cc81 100644 --- a/Unix/Info.h +++ b/Unix/Info.h @@ -1,4 +1,4 @@ -/* $Id: Info.h,v 1.2 2000-11-23 14:11:41 geuzaine Exp $ */ +/* $Id: Info.h,v 1.3 2000-11-24 12:57:25 geuzaine Exp $ */ #ifndef _INFO_H_ #define _INFO_H_ @@ -25,7 +25,7 @@ static char *txt_info [] = "Gamma", "Eta", - "R", + "Rho", /* Post */ "Views loaded", diff --git a/Unix/Main.cpp b/Unix/Main.cpp index ccf7f0150a81c545f5ef590b4abc9049eaa920d0..3f4e4e50bcd688c620a9bd7b9bc397cc57299405 100644 --- a/Unix/Main.cpp +++ b/Unix/Main.cpp @@ -1,4 +1,4 @@ -/* $Id: Main.cpp,v 1.10 2000-11-24 12:50:06 geuzaine Exp $ */ +/* $Id: Main.cpp,v 1.11 2000-11-24 12:57:25 geuzaine Exp $ */ #include <signal.h> @@ -41,8 +41,9 @@ char gmsh_email[] = "E-Mail : " GMSH_EMAIL ; char gmsh_url[] = "URL : " GMSH_URL ; char gmsh_help[] = "Usage: %s [options] [files]\n" + "Geometry options:\n" + " -0 output flattened parsed geometry\n" "Mesh options:\n" - " -0 parse input and output analysed geometry\n" " -1, -2, -3 batch 1-, 2- or 3-dimensional mesh\n" " -format msh|unv|gref output format (default: msh)\n" " -algo iso|aniso mesh algorithm (default: iso)\n"