From: Eric Wong Date: Sun, 26 Oct 2014 22:19:33 +0000 (+0000) Subject: examples/public-inbox.psgi: add usage to comments X-Git-Tag: v1.0.0~1101 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=dd4f0e17f40a9d77c48bb0e868efdc744401dc0c examples/public-inbox.psgi: add usage to comments I often forget how to run this --- 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;