Changeset 461 in ntrip for trunk/ntripclient/NtripLinuxClient.c


Ignore:
Timestamp:
May 16, 2007, 4:16:21 PM (17 years ago)
Author:
stoecker
Message:

added help text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ntripclient/NtripLinuxClient.c

    r439 r461  
    11/*
    22  Easy example NTRIP client for Linux/Unix.
    3   $Id: NtripLinuxClient.c,v 1.25 2007/04/04 14:23:47 stoecker Exp $
     3  $Id: NtripLinuxClient.c,v 1.26 2007/04/11 09:08:39 stoecker Exp $
    44  Copyright (C) 2003-2005 by Dirk Stoecker <soft@dstoecker.de>
    55   
     
    4545
    4646/* CVS revision and version */
    47 static char revisionstr[] = "$Revision: 1.25 $";
    48 static char datestr[]     = "$Date: 2007/04/04 14:23:47 $";
     47static char revisionstr[] = "$Revision: 1.26 $";
     48static char datestr[]     = "$Date: 2007/04/11 09:08:39 $";
    4949
    5050struct Args
     
    239239    " -r " LONG_OPT("--port     ") "the server port number (default 2101)\n"
    240240    " -u " LONG_OPT("--user     ") "the user name\n"
     241    " -n " LONG_OPT("--nmea     ") "NMEA string for sending to server\n"
    241242    " -b " LONG_OPT("--bitrate  ") "output bitrate\n"
    242     "or using an URL:\n%s ntrip:mountpoint[/username[:password]][@server[:port]]\n"
     243    "or using an URL:\n%s ntrip:mountpoint[/username[:password]][@server[:port]][;nmea]\n"
    243244    , revisionstr, datestr, argv[0], argv[0]);
    244245    exit(1);
Note: See TracChangeset for help on using the changeset viewer.