docs/serve: move help for template option into separate section
This commit is contained in:
parent
0eb7b716d9
commit
8f3f24672c
1 changed files with 4 additions and 1 deletions
|
@ -16,7 +16,10 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// Help describes the options for the serve package
|
// Help describes the options for the serve package
|
||||||
var Help = `--template allows a user to specify a custom markup template for http
|
var Help = `
|
||||||
|
#### Template
|
||||||
|
|
||||||
|
--template allows a user to specify a custom markup template for http
|
||||||
and webdav serve functions. The server exports the following markup
|
and webdav serve functions. The server exports the following markup
|
||||||
to be used within the template to server pages:
|
to be used within the template to server pages:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue