Index: trunk/ntripclient/README
===================================================================
--- trunk/ntripclient/README	(revision 495)
+++ trunk/ntripclient/README	(revision 496)
@@ -79,6 +79,5 @@
 
 or using an URL:
-ntripclient ntrip:mountpoint[/username[:password]][@[server][:port][@proxy[:port]]][;nmea]
-
+ntripclient ntrip:data[/user[:password]][@[server][:port][@proxyhost[:proxyport]]][;nmea]
 
 The argument '-h' will cause a HELP on the screen.
Index: trunk/ntripclient/ntripclient.c
===================================================================
--- trunk/ntripclient/ntripclient.c	(revision 495)
+++ trunk/ntripclient/ntripclient.c	(revision 496)
@@ -1,5 +1,5 @@
 /*
   Easy example NTRIP client for POSIX.
-  $Id: ntripclient.c,v 1.30 2007/08/30 07:38:24 stoecker Exp $
+  $Id: ntripclient.c,v 1.31 2007/09/18 07:09:07 stoecker Exp $
   Copyright (C) 2003-2005 by Dirk Stoecker <soft@dstoecker.de>
     
@@ -45,6 +45,6 @@
 
 /* CVS revision and version */
-static char revisionstr[] = "$Revision: 1.30 $";
-static char datestr[]     = "$Date: 2007/08/30 07:38:24 $";
+static char revisionstr[] = "$Revision: 1.31 $";
+static char datestr[]     = "$Date: 2007/09/18 07:09:07 $";
 
 enum MODE { HTTP = 1, RTSP = 2, NTRIP1 = 3, AUTO = 4, END };
@@ -319,5 +319,5 @@
     "     3, n, ntrip1   NTRIP Version 1.0 Caster\n"
     "     4, a, auto     automatic detection (default)\n"
-    "or using an URL:\n%s ntrip:mountpoint[/username[:password]][@[server][:port][@proxy[:port]]][;nmea]\n"
+    "or using an URL:\n%s ntrip:data[/user[:password]][@[server][:port][@proxyhost[:proxyport]]][;nmea]\n"
     , revisionstr, datestr, argv[0], argv[0]);
     exit(1);
