fix: consistent description for Live Reload (#14554)

This commit is contained in:
Sagar Vora 2021-10-24 13:50:07 +05:30 committed by GitHub
parent ceb7ec35e0
commit 28fce91673
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ let argv = yargs
})
.option("live-reload", {
type: "boolean",
description: `Automatically reload web pages when assets are rebuilt.
description: `Automatically reload Desk when assets are rebuilt.
Can only be used with the --watch flag.`
})
.option("production", {