Ignore:
Timestamp:
Apr 28, 2004, 6:58:06 AM (21 years ago)
Author:
bird
Message:

#1040: Joined the GCC 3.3.3 with the trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/fastjar/jargrep.c

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r1393 r1394  
    11/*
    22  jargrep.c - main functions for jargrep utility
    3   Copyright (C) 2002 Free Software Foundation
     3  Copyright (C) 2002, 2003 Free Software Foundation
    44  Copyright (C) 1999, 2000 Bryan Burns
    55  Copyright (C) 2000 Cory Hollingsworth
     
    106106#include <stdio.h>
    107107#include <unistd.h>
    108 /* bird: use xregex to avoid linking trouble
    109  * #include <regex.h>
    110  */
    111 #include <xregex.h>
    112108#include <errno.h>
    113109#include <string.h>
     
    119115#include <stdlib.h>
    120116#endif
     117
     118#include "xregex.h"
     119
    121120#include "jargrep.h"
    122121#include "jartool.h"
     
    130129void help(const char *name);
    131130
    132 #define Usage "Usage: %s [-bcinsw] <-e PATTERN | PATTERN> FILE ...\n"
     131#define Usage "Usage: %s [-bcinsVw] [--version|--help] <-e PATTERN | PATTERN> FILE ...\n"
    133132
    134133/*
     
    773772   -s                suppress error messages\n\
    774773   -w                force PATTERN to match only whole words\n\
    775    -e PATTERN        use PATTERN as regular exprssion\n\
     774   -e PATTERN        use PATTERN as regular expression\n\
     775   -V|--version      print version number and exit\n\
     776   --help            print help\n\
    776777");
    777778
Note: See TracChangeset for help on using the changeset viewer.