From 74b10ad53f67646209561548fe0b4acfc1f22690 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 8 Oct 1997 20:23:21 +0000 Subject: Added the --invisible option. svn path=/trunk/; revision=1492 --- rcfile_l.l | 1 + 1 file changed, 1 insertion(+) (limited to 'rcfile_l.l') diff --git a/rcfile_l.l b/rcfile_l.l index b6fc9b62..4a612f87 100644 --- a/rcfile_l.l +++ b/rcfile_l.l @@ -24,6 +24,7 @@ set { return SET; } logfile { return LOGFILE; } daemon { return DAEMON; } syslog { return SYSLOG; } +invisible { return INVISIBLE; } defaults { return DEFAULTS; } server { return POLL; } -- cgit v1.2.3