]> Sergey Matveev's repositories - public-inbox.git/commitdiff
examples/public-inbox.psgi: add usage to comments
authorEric Wong <e@80x24.org>
Sun, 26 Oct 2014 22:19:33 +0000 (22:19 +0000)
committerEric Wong <e@80x24.org>
Sun, 26 Oct 2014 22:19:55 +0000 (22:19 +0000)
I often forget how to run this

examples/public-inbox.psgi

index 6d8fd24c49a0c8b2e511bb3cfcb191a4fc45e892..8eb67eb182fb01641565dd0932258760709b366c 100644 (file)
@@ -2,6 +2,7 @@
 # Copyright (C) 2014, Eric Wong <normalperson@yhbt.net> 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;