mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 17:41:24 +08:00
Fix typo
This commit is contained in:
parent
f384fc7562
commit
cfee44b18b
@ -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 {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user