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
commitfccf35f360cd15abd849173b92bdf10b8bb2a2e8 (patch)
treef40a989c28c8aed13ad5cdac7b2ac2a53218024e /bin
parentc01264b3907188b79ac33d000993ebf964e14a78 (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