summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/wallet-report2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/wallet-report b/contrib/wallet-report
index 5ad9cd0..6f09914 100755
--- a/contrib/wallet-report
+++ b/contrib/wallet-report
@@ -128,7 +128,7 @@ EOM
##############################################################################
# Read in command-line options.
-my ($help, $mail, $version);
+my ($help, $mail);
Getopt::Long::config ('no_ignore_case', 'bundling');
GetOptions ('help|h' => \$help,
'mail|m' => \$mail) or exit 1;