diff --git a/compiler/utils/ppuutils/ppudump.pp b/compiler/utils/ppuutils/ppudump.pp index 076fdebc86..d7832ee174 100644 --- a/compiler/utils/ppuutils/ppudump.pp +++ b/compiler/utils/ppuutils/ppudump.pp @@ -3339,11 +3339,7 @@ const error_on_more : boolean = false; begin if paramcount<1 then - begin - WriteLogo; - writeln('usage: dumpppu [options] ...'); - halt(1); - end; + help; { turn verbose on by default } verbose:=v_all; { read options }