mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 22:21:07 +03:00
Fix long descriptions of benchmark
and serve
commands
This commit is contained in:
parent
331043b98e
commit
e3433e6afb
2 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ var serverCmd = &cobra.Command{
|
|||
Short: "Hugo runs its own webserver to render the files",
|
||||
Long: `Hugo is able to run its own high performance web server.
|
||||
Hugo will render all the files defined in the source directory and
|
||||
Serve them up.`,
|
||||
serve them up.`,
|
||||
//Run: server,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue