From b70454f58bf8cbc423aa7db3fc71819d2ebb555d Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 18 Apr 2004 03:07:44 +0000
Subject: [PATCH] better progname

---
 Common/CommandLine.cpp | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/Common/CommandLine.cpp b/Common/CommandLine.cpp
index edf62f8ebd..2e448ecee8 100644
--- a/Common/CommandLine.cpp
+++ b/Common/CommandLine.cpp
@@ -1,4 +1,4 @@
-// $Id: CommandLine.cpp,v 1.30 2004-04-15 02:13:22 geuzaine Exp $
+// $Id: CommandLine.cpp,v 1.31 2004-04-18 03:07:44 geuzaine Exp $
 //
 // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
 //
@@ -47,7 +47,7 @@ char *TheBgmFileName = NULL, *TheOptString = NULL;
 
 // *INDENT-OFF*
 
-char gmsh_progname[]  = "This is Gmsh" ;
+char gmsh_progname[]  = "Gmsh, a 3D mesh generator with pre- and post-processing facilities" ;
 char gmsh_copyright[] = "Copyright (C) 1997-2004 Christophe Geuzaine and Jean-Francois Remacle";
 char gmsh_version[]   = "Version        : " ;
 char gmsh_license[]   = "License        : " GMSH_SHORT_LICENSE;
@@ -407,8 +407,6 @@ void Get_Options(int argc, char *argv[], int *nbfiles)
         exit(1);
       }
       else if(!strcmp(argv[i] + 1, "info") || !strcmp(argv[i] + 1, "-info")) {
-        fprintf(stderr, "%s\n", gmsh_progname);
-        fprintf(stderr, "%s\n", gmsh_copyright);
         fprintf(stderr, "%s%s\n", gmsh_version, GMSH_VERSION);
 #if defined(HAVE_FLTK)
         fprintf(stderr, "%sFLTK %d.%d.%d\n", gmsh_gui, FL_MAJOR_VERSION,
-- 
GitLab