mirror of https://github.com/docker/docs.git
Update usage message
Signed-off-by: Solomon Hykes <solomon@docker.com>
This commit is contained in:
parent
15e29f2f90
commit
521e574056
|
|
@ -15,10 +15,9 @@ import (
|
|||
func main() {
|
||||
app := cli.NewApp()
|
||||
app.Name = "swarmd"
|
||||
app.Usage = "Control a heterogenous distributed system with the Docker API"
|
||||
app.Usage = "Compose distributed systems from lightweight services"
|
||||
app.Version = "0.0.1"
|
||||
app.Flags = []cli.Flag{
|
||||
cli.StringFlag{"backend", "debug", "load a backend"},
|
||||
}
|
||||
app.Action = cmdDaemon
|
||||
app.Run(os.Args)
|
||||
|
|
|
|||
Loading…
Reference in New Issue