hedgewars/ArgParsers.pas
changeset 11520 4dd77731453b
parent 11151 5c40c65b619d
child 11549 b69f5f22a3ba
child 11685 5ce2cf06b531
equal deleted inserted replaced
11519:5d804405964d 11520:4dd77731453b
    98     WriteLn(stdout, ' --translucent-tags');
    98     WriteLn(stdout, ' --translucent-tags');
    99     WriteLn(stdout, ' --stats-only');
    99     WriteLn(stdout, ' --stats-only');
   100     WriteLn(stdout, ' --help');
   100     WriteLn(stdout, ' --help');
   101     WriteLn(stdout, '');
   101     WriteLn(stdout, '');
   102     WriteLn(stdout, 'For more detailed help and examples go to:');
   102     WriteLn(stdout, 'For more detailed help and examples go to:');
   103     WriteLn(stdout, 'http://code.google.com/p/hedgewars/wiki/CommandLineOptions');
   103     WriteLn(stdout, 'http://hedgewars.org/kb/CommandLineOptions');
   104     GameType:= gmtSyntax;
   104     GameType:= gmtSyntax;
   105 end;
   105 end;
   106 
   106 
   107 procedure setDepth(var paramIndex: LongInt);
   107 procedure setDepth(var paramIndex: LongInt);
   108 begin
   108 begin