commit 051b764c2bd34c361599393be6a4d86a2978dd08
parent 81e6c646b7703594a5263ddae955f5a1b783e59c
Author: Jordan Ritter <jpr5@darkridge.com>
Date: Mon, 23 Apr 2001 14:34:06 +0000
fucking a.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ngrep.c b/ngrep.c
@@ -116,7 +116,7 @@ int main(int argc, char **argv) {
signal(SIGPIPE, clean_exit);
signal(SIGWINCH, update_windowsize);
- while ((c = getopt(argc, argv, "hXViwqevxlDtTn:d:A:I:O:")) != EOF) {
+ while ((c = getopt(argc, argv, "hXViwqpevxlDtTn:d:A:I:O:")) != EOF) {
switch (c) {
case 'I':
read_file = optarg;