summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcontrib/wallet-summary4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/wallet-summary b/contrib/wallet-summary
index 7a51f9e..b782a97 100755
--- a/contrib/wallet-summary
+++ b/contrib/wallet-summary
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
#
-# wallet-summarize -- Summarize keytabs in the wallet database.
+# wallet-summary -- Summarize keytabs in the wallet database.
#
# Written by Russ Allbery <rra@stanford.edu>
# Copyright 2003, 2008, 2010 Board of Trustees, Leland Stanford Jr. University
@@ -45,7 +45,7 @@ use vars qw($ADDRESS $DUMPFILE @PATTERNS $REPORTS);
use Getopt::Long qw(GetOptions);
use File::Path qw(mkpath);
use POSIX qw(strftime);
-use Wallet::Admin ();
+use Wallet::Report ();
##############################################################################
# Database queries