hedgewars/ArgParsers.pas
branchqmlfrontend
changeset 11544 b69f5f22a3ba
parent 11458 8318e841648f
parent 11515 4dd77731453b
child 11699 83c40c1eb0e7
equal deleted inserted replaced
11481:caa1e84c3ac2 11544:b69f5f22a3ba
   103     WriteLn(stdout, ' --translucent-tags');
   103     WriteLn(stdout, ' --translucent-tags');
   104     WriteLn(stdout, ' --stats-only');
   104     WriteLn(stdout, ' --stats-only');
   105     WriteLn(stdout, ' --help');
   105     WriteLn(stdout, ' --help');
   106     WriteLn(stdout, '');
   106     WriteLn(stdout, '');
   107     WriteLn(stdout, 'For more detailed help and examples go to:');
   107     WriteLn(stdout, 'For more detailed help and examples go to:');
   108     WriteLn(stdout, 'http://code.google.com/p/hedgewars/wiki/CommandLineOptions');
   108     WriteLn(stdout, 'http://hedgewars.org/kb/CommandLineOptions');
   109     GameType:= gmtSyntax;
   109     GameType:= gmtSyntax;
   110 end;
   110 end;
   111 
   111 
   112 procedure setDepth(var paramIndex: LongInt);
   112 procedure setDepth(var paramIndex: LongInt);
   113 begin
   113 begin