ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/ircd.c
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/src/ircd.c (file contents):
Revision 8799 by michael, Sat Jan 19 00:22:51 2019 UTC vs.
Revision 8863 by michael, Fri Feb 15 21:36:29 2019 UTC

# Line 95 | Line 95 | static struct lgetopt myopts[] =
95    { "pidfile",    &pidFileName,
96     STRING, "File to use for process ID" },
97    { "foreground", &server_state.foreground,
98 <   YESNO, "Run in foreground (don't detach)" },
98 >   BOOLEAN, "Run in foreground (don't detach)" },
99    { "version",    &printVersion,
100 <   YESNO, "Print version and exit" },
100 >   BOOLEAN, "Print version and exit" },
101    { "help", NULL, USAGE, "Print this text" },
102    { NULL, NULL, STRING, NULL },
103   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines