Merge pull request #27 from shykes/pr_out_update_usage_message

This commit is contained in:
Solomon Hykes 2014-06-04 19:14:49 -07:00
commit 3f8d2662de
1 changed files with 1 additions and 2 deletions

View File

@ -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)