aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2017-11-19 00:00:15 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2017-11-19 00:00:15 +0100
commit01ef7885df38b8ea92c3a0c4cd562ff45bb383c8 (patch)
treedd54053e842c2eb4227a972ef57af2b61aa65878 /man
parent3b1bc6619bf41a9833b2275aed1601631ab30bc4 (diff)
downloadblogc-01ef7885df38b8ea92c3a0c4cd562ff45bb383c8.tar.gz
blogc-01ef7885df38b8ea92c3a0c4cd562ff45bb383c8.tar.bz2
blogc-01ef7885df38b8ea92c3a0c4cd562ff45bb383c8.zip
make: improved runserver docs
Diffstat (limited to 'man')
-rw-r--r--man/blogc-make.1.ronn7
1 files changed, 6 insertions, 1 deletions
diff --git a/man/blogc-make.1.ronn b/man/blogc-make.1.ronn
index f60e630..4dc199f 100644
--- a/man/blogc-make.1.ronn
+++ b/man/blogc-make.1.ronn
@@ -42,7 +42,12 @@ See blogcfile(5) for details on the file format.
Clean built files and empty directories in output directory.
* `runserver`:
- Run `blogc-runserver(1)` pointing to output directory, if available.
+ Run `blogc-runserver(1)` pointing to output directory, if available. This
+ rule accepts some arguments, in the following format:
+
+ runserver:host=127.0.0.1,port=8080,threads=20
+
+ The values in the example are the default values.
## BUILD RULES