From b49b16f9496806c47c5593982626ada9710db4d1 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Fri, 19 Nov 2021 12:47:25 +0000 Subject: check-new-issues: implement review comments Move the print statements inside the conditional. --- bin/check-new-issues | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/check-new-issues b/bin/check-new-issues index 3a0ceef5cb..9660e18e14 100755 --- a/bin/check-new-issues +++ b/bin/check-new-issues @@ -199,11 +199,11 @@ print ", $num_todo todos matching /$todo_regexp/" if $num_todo; print ", $num_missing_bug entries with missing bug reference" if $num_missing_bug; print "\n"; -print "Commands:\n"; if ((! $opts{l}) and (! $opts{b})) { + print "\nCommands:\n"; print_commands; + print "\n"; } -print "\n"; if ($opts{l}) { #list only -- cgit v1.2.3