From 52dd59ee744d4e22f9f2cf695f83f278114cdb9e Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Sun, 28 Apr 2013 13:44:57 +0000 Subject: [PATCH] * write full help when executing ppudump without parameters (based on patch by Reinier Olislagers, mantis #24328) git-svn-id: trunk@24354 - --- compiler/utils/ppuutils/ppudump.pp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 }