5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 17:41:24 +08:00
This commit is contained in:
Lea Anthony 2021-01-03 05:31:05 +11:00
parent f384fc7562
commit cfee44b18b
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405

View File

@ -55,7 +55,7 @@ func AddBuildSubcommand(app *clir.Cli, w io.Writer) {
// Retain assets
keepAssets := false
command.BoolFlag("k", "Kep generated assets", &keepAssets)
command.BoolFlag("k", "Keep generated assets", &keepAssets)
command.Action(func() error {