Skip to content
Snippets Groups Projects
Commit c5d2b5a9 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Docu update

parent 1a83d19d
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@
# define VERSION "0.0.1"
#endif
char CDO_Version[] = "Climate Data Operators version "VERSION" (http://www.mpimet.mpg.de/cdo)";
char CDO_Version[] = "Climate Data Operators version "VERSION" (http://code.zmaw.de/projects/cdo)";
char *Progname;
......@@ -231,9 +231,9 @@ void usage(void)
fprintf(stderr, "\n");
fprintf(stderr, " CDO version %s, Copyright (C) 2003-2010 Uwe Schulzweida\n", VERSION);
fprintf(stderr, " Available from http://www.mpimet.mpg.de/cdo\n");
// fprintf(stderr, " Available from <http://code.zmaw.de/projects/cdo>\n");
fprintf(stderr, " This is free software and comes with ABSOLUTELY NO WARRANTY\n");
fprintf(stderr, " Report bugs to Uwe.Schulzweida@zmaw.de\n");
fprintf(stderr, " Report bugs to <http://code.zmaw.de/projects/cdo>\n");
}
static
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment