* 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:
Jonas Maebe 2013-04-28 13:44:57 +00:00
parent a2bb01a313
commit 52dd59ee74

View File

@ -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 }