Skip to content

Commit

Permalink
fix(cmd): Fix gf build examples (#2917)
Browse files Browse the repository at this point in the history
  • Loading branch information
lingcoder authored Aug 31, 2023
1 parent 3f69e0d commit 74bf1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gf/internal/cmd/cmd_build.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const (
cBuildBrief = `cross-building go project for lots of platforms`
cBuildEg = `
gf build main.go
gf build main.go --pack public,template
gf build main.go --ps public,template
gf build main.go --cgo
gf build main.go -m none
gf build main.go -n my-app -a all -s all
Expand Down

0 comments on commit 74bf1b4

Please sign in to comment.