Fix incorrect command in build.go
This commit is contained in:
parent
799451640d
commit
6d49ae9195
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ var BuildCmd = &cobra.Command{
|
|||
Long: L("Build the template"),
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
if len(args) < 2 {
|
||||
fmt.Fprintln(os.Stderr, color.RedString(L("yao cui watch <sui> <template> [data]")))
|
||||
fmt.Fprintln(os.Stderr, color.RedString(L("yao cui build <sui> <template> [data]")))
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue