]> Sergey Matveev's repositories - public-inbox.git/blobdiff - script/public-inbox-init
qspawn: workaround Perl 5.16.3 leak, re-enable Deflater
[public-inbox.git] / script / public-inbox-init
index 5724c52ac90e1c46474adb227df9a4e9936a1abb..98aea4bf29a8dc80eb18f67f4d166f511881a6c5 100755 (executable)
@@ -1,11 +1,11 @@
 #!/usr/bin/perl -w
-# Copyright (C) 2014-2018 all contributors <meta@public-inbox.org>
+# Copyright (C) 2014-2019 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 #
 # Initializes a public-inbox, basically a wrapper for git-init(1)
 use strict;
 use warnings;
-my $usage = "public-inbox-init NAME REPO_DIR HTTP_URL ADDRESS [ADDRESS..]";
+my $usage = "public-inbox-init NAME INBOX_DIR HTTP_URL ADDRESS [ADDRESS..]";
 use Getopt::Long qw/:config gnu_getopt no_ignore_case auto_abbrev/;
 use PublicInbox::Admin;
 PublicInbox::Admin::require_or_die('-base');