summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2021-11-19 12:47:25 +0000
committerNeil Williams <codehelp@debian.org>2021-11-19 12:47:28 +0000
commitb49b16f9496806c47c5593982626ada9710db4d1 (patch)
treea75b3870caf3c82c5b02957074906b11cdfdf6c9 /bin
parent600a9d3598bc92c8cd6616de18765085c073aa66 (diff)
check-new-issues: implement review comments
Move the print statements inside the conditional.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/check-new-issues4
1 files changed, 2 insertions, 2 deletions
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy