mirror of
https://github.com/oneclickvirt/ecs.git
synced 2025-10-05 07:17:01 +08:00
update
This commit is contained in:
4
goecs.go
4
goecs.go
@@ -29,7 +29,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
ecsVersion = "v0.0.26"
|
ecsVersion = "v0.0.27"
|
||||||
menuMode bool
|
menuMode bool
|
||||||
input, choice string
|
input, choice string
|
||||||
showVersion bool
|
showVersion bool
|
||||||
@@ -80,7 +80,7 @@ func main() {
|
|||||||
goecsFlag.Parse(os.Args[1:])
|
goecsFlag.Parse(os.Args[1:])
|
||||||
if help {
|
if help {
|
||||||
fmt.Printf("Usage: %s [options]\n", os.Args[0])
|
fmt.Printf("Usage: %s [options]\n", os.Args[0])
|
||||||
flag.PrintDefaults()
|
goecsFlag.PrintDefaults()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
sig := make(chan os.Signal, 1)
|
sig := make(chan os.Signal, 1)
|
||||||
|
Reference in New Issue
Block a user