about summary refs log tree commit homepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/import_gmane_spool2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/import_gmane_spool b/scripts/import_gmane_spool
index b5573e15..b102a21d 100755
--- a/scripts/import_gmane_spool
+++ b/scripts/import_gmane_spool
@@ -9,7 +9,7 @@ use Parallel::ForkManager;
 use Email::Simple;
 use PublicInbox::Filter;
 use IPC::Run qw(run);
-my $usage = "import_nntp_spool SLRNPULL_ROOT/news/foo/bar MAIN_REPO FAIL_REPO";
+my $usage = "$0 SLRNPULL_ROOT/news/foo/bar MAIN_REPO FAIL_REPO";
 my $spool = shift @ARGV or die "Usage: $usage\n";
 my $main_repo = shift @ARGV or die "Usage: $usage\n";
 my $fail_repo = shift @ARGV or die "Usage: $usage\n";