diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/find-overapplied | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/find-overapplied b/bin/find-overapplied index 6bcc31539..7973cef5b 100644 --- a/bin/find-overapplied +++ b/bin/find-overapplied @@ -18,7 +18,7 @@ if ( @credits ) { } if ( @payments ) { - print scalar(@payments). " overapplied credits:\n". Dumper(@payments). "\n"; + print scalar(@payments). " overapplied payments:\n". Dumper(@payments). "\n"; } sub usage { |