hedgewars/ArgParsers.pas
changeset 13506 36f3f77e9b1b
parent 13487 d23731fe84d4
child 13628 d5e029b84e16
equal deleted inserted replaced
13505:69f0f437c75a 13506:36f3f77e9b1b
    99     WriteLn(stdout, ' --translucent-tags');
    99     WriteLn(stdout, ' --translucent-tags');
   100     WriteLn(stdout, ' --stats-only');
   100     WriteLn(stdout, ' --stats-only');
   101     WriteLn(stdout, ' --help');
   101     WriteLn(stdout, ' --help');
   102     WriteLn(stdout, '');
   102     WriteLn(stdout, '');
   103     WriteLn(stdout, 'For more detailed help and examples go to:');
   103     WriteLn(stdout, 'For more detailed help and examples go to:');
   104     WriteLn(stdout, 'http://hedgewars.org/kb/CommandLineOptions');
   104     WriteLn(stdout, 'https://hedgewars.org/kb/CommandLineOptions');
   105     GameType:= gmtSyntaxHelp;
   105     GameType:= gmtSyntaxHelp;
   106     helpCommandUsed:= true;
   106     helpCommandUsed:= true;
   107 end;
   107 end;
   108 
   108 
   109 procedure setDepth(var paramIndex: LongInt);
   109 procedure setDepth(var paramIndex: LongInt);