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

typos

parent 70cffcc8
No related branches found
No related tags found
No related merge requests found
// $Id: GetOptions.cpp,v 1.31 2001-08-02 19:11:40 geuzaine Exp $
// $Id: GetOptions.cpp,v 1.32 2001-08-03 14:58:04 geuzaine Exp $
#include <unistd.h>
#include "Gmsh.h"
......@@ -20,14 +20,14 @@ char *TheBgmFileName=NULL, *TheOptString=NULL;
char gmsh_progname[] = "This is Gmsh" ;
char gmsh_copyright[] = "Copyright (C) 1997-2001 Jean-Francois Remacle and Christophe Geuzaine";
char gmsh_version[] = "Version : " ;
char gmsh_os[] = "Build OS : " GMSH_OS ;
char gmsh_gui[] = "GUI toolkit : " ;
char gmsh_date[] = "Build date : " GMSH_DATE ;
char gmsh_host[] = "Build host : " GMSH_HOST ;
char gmsh_packager[] = "Packager : " GMSH_PACKAGER ;
char gmsh_url[] = "Web site : http://www.geuz.org/gmsh/" ;
char gmsh_email[] = "Mailing list : gmsh@geuz.org" ;
char gmsh_version[] = "Version : " ;
char gmsh_os[] = "Build OS : " GMSH_OS ;
char gmsh_gui[] = "GUI toolkit : " ;
char gmsh_date[] = "Build date : " GMSH_DATE ;
char gmsh_host[] = "Build host : " GMSH_HOST ;
char gmsh_packager[] = "Packager : " GMSH_PACKAGER ;
char gmsh_url[] = "Web site : http://www.geuz.org/gmsh/" ;
char gmsh_email[] = "Mailing list : gmsh@geuz.org" ;
void Print_Usage(char *name){
Msg(DIRECT, "Usage: %s [options] [files]", name);
......
// $Id: Main.cpp,v 1.31 2001-05-31 07:16:50 geuzaine Exp $
// $Id: Main.cpp,v 1.32 2001-08-03 14:58:04 geuzaine Exp $
#include <signal.h>
#include <time.h>
......@@ -142,9 +142,9 @@ int main(int argc, char *argv[]){
Msg(LOG_INFO, gmsh_date);
Msg(LOG_INFO, gmsh_host);
Msg(LOG_INFO, gmsh_packager);
Msg(LOG_INFO, "Home directory : %s", CTX.home_dir);
Msg(LOG_INFO, "Launch date : %s", currtime);
Msg(LOG_INFO, "Command line : %s", cmdline);
Msg(LOG_INFO, "Home directory : %s", CTX.home_dir);
Msg(LOG_INFO, "Launch date : %s", currtime);
Msg(LOG_INFO, "Command line : %s", cmdline);
Msg(LOG_INFO, "-------------------------------------------------------");
// Display the GUI immediately to have a quick "a la Windows" launch time
......
......@@ -202,7 +202,7 @@ start in automatic, geometry, mesh, solver or post-processing mode
parse string before project file.
.TP 4
.B \-v int
set verbosity level (default:2).
set verbosity level (default: 2).
.TP 4
.B \-version
show version number.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment