mirror of
https://github.com/danog/gojekyll.git
synced 2024-11-27 01:24:41 +01:00
Rename command back to benchmark
This commit is contained in:
parent
9554f6605d
commit
9752b93473
@ -33,7 +33,7 @@ var (
|
||||
build = app.Command("build", "Build your site").Alias("b")
|
||||
clean = app.Command("clean", "Clean the site (removes site output) without building.")
|
||||
|
||||
benchmark = app.Command("profile", "Repeat build for ten seconds. Implies --profile.")
|
||||
benchmark = app.Command("benchmark", "Repeat build for ten seconds. Implies --profile.")
|
||||
|
||||
render = app.Command("render", "Render a file or URL path to standard output")
|
||||
renderPath = render.Arg("PATH", "Path or URL").String()
|
||||
|
Loading…
Reference in New Issue
Block a user