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


Ignore:
Timestamp:
Apr 11, 2007, 11:08:39 AM (17 years ago)
Author:
stoecker
Message:

added more version information in help view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ntripclient/NtripLinuxClient.c

    r438 r439  
    11/*
    22  Easy example NTRIP client for Linux/Unix.
    3   $Id: NtripLinuxClient.c,v 1.24 2007/01/09 08:16:33 stoecker Exp $
     3  $Id: NtripLinuxClient.c,v 1.25 2007/04/04 14:23:47 stoecker Exp $
    44  Copyright (C) 2003-2005 by Dirk Stoecker <soft@dstoecker.de>
    55   
     
    3434#include <time.h>
    3535
     36#ifndef COMPILEDATE
     37#define COMPILEDATE " built " __DATE__
     38#endif
     39
    3640/* The string, which is send as agent in HTTP request */
    3741#define AGENTSTRING "NTRIP NtripLinuxClient"
     
    4145
    4246/* CVS revision and version */
    43 static char revisionstr[] = "$Revision: 1.24 $";
    44 static char datestr[]     = "$Date: 2007/01/09 08:16:33 $";
     47static char revisionstr[] = "$Revision: 1.25 $";
     48static char datestr[]     = "$Date: 2007/04/04 14:23:47 $";
    4549
    4650struct Args
     
    229233  if(!res || help)
    230234  {
    231     fprintf(stderr, "Version %s (%s) GPL\nUsage:\n%s -s server -u user ...\n"
     235    fprintf(stderr, "Version %s (%s) GPL" COMPILEDATE "\nUsage:\n%s -s server -u user ...\n"
    232236    " -d " LONG_OPT("--data     ") "the requested data set\n"
    233237    " -s " LONG_OPT("--server   ") "the server name or address\n"
Note: See TracChangeset for help on using the changeset viewer.