Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritysdx committed Jul 1, 2024
1 parent bdb53ac commit 4fe9cd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions goecs.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
)

var (
ecsVersion = "v0.0.26"
ecsVersion = "v0.0.27"
menuMode bool
input, choice string
showVersion bool
Expand Down Expand Up @@ -80,7 +80,7 @@ func main() {
goecsFlag.Parse(os.Args[1:])
if help {
fmt.Printf("Usage: %s [options]\n", os.Args[0])
flag.PrintDefaults()
goecsFlag.PrintDefaults()
return
}
sig := make(chan os.Signal, 1)
Expand Down

0 comments on commit 4fe9cd2

Please sign in to comment.