mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 14:09:17 +02:00
+ added -h option to show help
This commit is contained in:
parent
d4401732d7
commit
5d088845d3
@ -1932,7 +1932,7 @@ begin
|
|||||||
writeln(' D - Show interface definitions');
|
writeln(' D - Show interface definitions');
|
||||||
writeln(' B - Show browser info');
|
writeln(' B - Show browser info');
|
||||||
writeln(' A - Show all');
|
writeln(' A - Show all');
|
||||||
writeln(' -? This helpscreen');
|
writeln(' -h, -? This helpscreen');
|
||||||
halt;
|
halt;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -1970,6 +1970,7 @@ begin
|
|||||||
'A' : verbose:=verbose or v_all;
|
'A' : verbose:=verbose or v_all;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
'H' : help;
|
||||||
'?' : help;
|
'?' : help;
|
||||||
end;
|
end;
|
||||||
inc(startpara);
|
inc(startpara);
|
||||||
@ -1982,7 +1983,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.55 2004-09-04 21:11:49 armin
|
Revision 1.56 2004-09-27 18:04:11 olle
|
||||||
|
+ added -h option to show help
|
||||||
|
|
||||||
|
Revision 1.55 2004/09/04 21:11:49 armin
|
||||||
* missing targets added
|
* missing targets added
|
||||||
|
|
||||||
Revision 1.54 2004/08/27 21:59:27 peter
|
Revision 1.54 2004/08/27 21:59:27 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user