about summary refs log tree commit homepage
path: root/scripts
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-01-10 21:06:40 +0000
committerEric Wong <e@80x24.org>2014-01-10 21:20:32 +0000
commit657097b189ee4eb683c0c6d5f157e7810f3e9868 (patch)
treef4814d2d92d27a7662cbea3818eb7093db4084cc /scripts
parent71d68d21b482492caab4eef34080e8f478f90f16 (diff)
downloadpublic-inbox-657097b189ee4eb683c0c6d5f157e7810f3e9868.tar.gz
Just use $0 for now, since I suck at naming things.
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";