mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 04:50:51 +01:00
* write full help when executing ppudump without parameters (based on patch
by Reinier Olislagers, mantis #24328) git-svn-id: trunk@24354 -
This commit is contained in:
parent
a2bb01a313
commit
52dd59ee74
@ -3339,11 +3339,7 @@ const
|
||||
error_on_more : boolean = false;
|
||||
begin
|
||||
if paramcount<1 then
|
||||
begin
|
||||
WriteLogo;
|
||||
writeln('usage: dumpppu [options] <filename1> <filename2>...');
|
||||
halt(1);
|
||||
end;
|
||||
help;
|
||||
{ turn verbose on by default }
|
||||
verbose:=v_all;
|
||||
{ read options }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user