about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-10-26 22:19:33 +0000
committerEric Wong <e@80x24.org>2014-10-26 22:19:55 +0000
commitdd4f0e17f40a9d77c48bb0e868efdc744401dc0c (patch)
tree6f24c6d207d33981c76fe4e11f3daf4a347dc299
parent3aba68332180622a9e462fdaa275aaa8d578a57e (diff)
downloadpublic-inbox-dd4f0e17f40a9d77c48bb0e868efdc744401dc0c.tar.gz
I often forget how to run this
-rw-r--r--examples/public-inbox.psgi1
1 files changed, 1 insertions, 0 deletions
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 <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;