1
0
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:
Oliver Steele 2017-07-06 18:20:05 -04:00
parent 9554f6605d
commit 9752b93473

View File

@ -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()