1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00
freebsd/usr.bin/grep
Mateusz Piotrowski 16e0391f8e Fix zgrep --version
"zgrep --version" is expected to print the version information in the
same way as "zgrep -V". However, the case handling the --version flag
is never reached, so "zgrep --version" prints:
    zgrep: missing pattern
instead of:
    grep (BSD grep, GNU compatible) 2.6.0-FreeBSD

Reviewed by:	yuripv
Approved by:	yuripv (src)
MFC after:	1 week
Differential Revision: https://reviews.freebsd.org/D29813
2021-04-18 10:20:11 +02:00
..
tests
file.c usr.bin/grep: Fix Address OOB read error 2021-02-09 17:13:32 +00:00
grep.1 grep: Fix an incorrect description of the -C flag 2021-04-17 22:35:15 +02:00
grep.c grep: Fix an incorrect description of the -C flag 2021-04-17 22:35:15 +02:00
grep.h
Makefile
Makefile.depend
Makefile.depend.options
queue.c usr.bin/grep: Fix Address OOB read error 2021-02-09 17:13:32 +00:00
util.c
zgrep.1
zgrep.sh Fix zgrep --version 2021-04-18 10:20:11 +02:00