|
Last change
on this file since 2595 was 2595, checked in by bird, 12 years ago |
|
gnu grep version 2.12 (grep-2.12.tar.xz, md5sum=8d2f0346d08b13c18afb81f0e8aa1e2f)
|
-
Property svn:eol-style
set to
native
|
|
File size:
330 bytes
|
| Line | |
|---|
| 1 | #include <config.h>
|
|---|
| 2 | #include "search.h"
|
|---|
| 3 |
|
|---|
| 4 | struct matcher const matchers[] = {
|
|---|
| 5 | { "fgrep", Fcompile, Fexecute },
|
|---|
| 6 | { NULL, NULL, NULL },
|
|---|
| 7 | };
|
|---|
| 8 |
|
|---|
| 9 | const char before_options[] =
|
|---|
| 10 | N_("PATTERN is a set of newline-separated fixed strings.\n");
|
|---|
| 11 | const char after_options[] =
|
|---|
| 12 | N_("Invocation as 'fgrep' is deprecated; use 'grep -F' instead.\n");
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.