Changeset 478 in ntrip for trunk/rtcm3torinex


Ignore:
Timestamp:
Aug 6, 2007, 9:43:26 AM (17 years ago)
Author:
stoecker
Message:

fixed help text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/rtcm3torinex/rtcm3torinex.c

    r477 r478  
    11/*
    22  Converter for RTCM3 data to RINEX.
    3   $Id: rtcm3torinex.c,v 1.18 2007/04/11 09:08:39 stoecker Exp $
     3  $Id: rtcm3torinex.c,v 1.19 2007/08/06 07:42:25 stoecker Exp $
    44  Copyright (C) 2005-2006 by Dirk Stoecker <stoecker@euronik.eu>
    55
     
    5151
    5252/* CVS revision and version */
    53 static char revisionstr[] = "$Revision: 1.18 $";
     53static char revisionstr[] = "$Revision: 1.19 $";
    5454
    5555#ifndef COMPILEDATE
     
    10211021
    10221022#ifndef NO_RTCM3_MAIN
    1023 static char datestr[]     = "$Date: 2007/04/11 09:08:39 $";
     1023static char datestr[]     = "$Date: 2007/08/06 07:42:25 $";
    10241024
    10251025/* The string, which is send as agent in HTTP request */
     
    12561256    " -p " LONG_OPT("--password   ") "the login password\n"
    12571257    " -r " LONG_OPT("--port       ") "the server port number (default 2101)\n"
    1258     " -t " LONG_OPT("--timeout    ") "timeout in seconds\n"
     1258    " -t " LONG_OPT("--timeout    ") "timeout in seconds (default 60)\n"
    12591259    " -u " LONG_OPT("--user       ") "the user name\n"
    12601260    "or using an URL:\n%s ntrip:mountpoint[/username[:password]][@server[:port]]\n"
Note: See TracChangeset for help on using the changeset viewer.