From 11694c6d0bc3cdabf2bfeb9acc0f0a810ac1667f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 31 Jan 2024 10:20:19 +0000 Subject: scripts/import_*: update usage to include lei tips These scripts probably don't offer anything useful now that lei has fleshed out read-only MH support and v2 outputs. --- scripts/import_vger_from_mbox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/import_vger_from_mbox') diff --git a/scripts/import_vger_from_mbox b/scripts/import_vger_from_mbox index c33e42e4..40ccf50b 100644 --- a/scripts/import_vger_from_mbox +++ b/scripts/import_vger_from_mbox @@ -1,8 +1,8 @@ #!/usr/bin/perl -w -# Copyright (C) 2016-2021 all contributors +# Copyright (C) all contributors # License: AGPL-3.0+ -use strict; -use warnings; +# consider `lei convert' instead since it handles more formats +use v5.12; use Getopt::Long qw/:config gnu_getopt no_ignore_case auto_abbrev/; use PublicInbox::InboxWritable; my $usage = "usage: $0 NAME EMAIL DIR