Removed ability to run "pecan serve {{ module }}" (as config file).

This commit is contained in:
Jeremy M. Jones
2011-09-02 11:31:22 -04:00
parent 28d9a47d15
commit 4efacc0af9
3 changed files with 4 additions and 21 deletions

View File

@@ -158,12 +158,6 @@ To get up and running in no time the template helps a lot!
If you fail to pass an argument you will get a small error message asking
for a configuration file.
The location for the config file and the argument itself are very flexible. You
can pass an absolute path or just the name of the file without an extension,
like::
$ pecan serve config
Simple Configuration
--------------------