X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=examples%2Fpublic-inbox.psgi;h=8eb67eb182fb01641565dd0932258760709b366c;hp=6d8fd24c49a0c8b2e511bb3cfcb191a4fc45e892;hb=dd4f0e17f40a9d77c48bb0e868efdc744401dc0c;hpb=3aba68332180622a9e462fdaa275aaa8d578a57e diff --git a/examples/public-inbox.psgi b/examples/public-inbox.psgi index 6d8fd24c..8eb67eb1 100644 --- a/examples/public-inbox.psgi +++ b/examples/public-inbox.psgi @@ -2,6 +2,7 @@ # Copyright (C) 2014, Eric Wong and all contributors # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) # Note: this is part of our test suite, update t/plack.t if this changes +# Usage: plackup [OPTIONS] /path/to/this/file use strict; use warnings; require PublicInbox::WWW;