ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/init.C
(Generate patch)

Comparing deliantra/server/server/init.C (file contents):
Revision 1.25 by pippijn, Tue Jan 2 23:39:22 2007 UTC vs.
Revision 1.26 by pippijn, Wed Jan 3 00:21:36 2007 UTC

236 * pass system very easy, and it is very easy to add in new options. 236 * pass system very easy, and it is very easy to add in new options.
237 */ 237 */
238struct Command_Line_Options options[] = { 238struct Command_Line_Options options[] = {
239 239
240/* Pass 1 functions - STuff that can/should be called before we actually 240/* Pass 1 functions - STuff that can/should be called before we actually
241 * initialize any data. 241 * initialise any data.
242 */ 242 */
243 {"-h", 0, 1, help}, 243 {"-h", 0, 1, help},
244 244
245/* Honor -help also, since it is somewhat common */ 245/* Honor -help also, since it is somewhat common */
246 {"-help", 0, 1, help}, 246 {"-help", 0, 1, help},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines