diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/blogc-make.1.ronn | 7 |
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 |