Merge commit '7eb07eebff9bc1297c87a04ee4d703b491bc8ca2'

This commit is contained in:
Lorenzo Manacorda
2016-10-19 12:37:12 +02:00
4 changed files with 20 additions and 5 deletions

View File

@@ -81,7 +81,7 @@ func deploy(c Client, args []string) {
username = flags.String("u", "", "Username to report to deploy service (default with be current user)")
services ArrayFlags
)
flag.Var(&services, "service", "Service to update (can be repeated)")
flags.Var(&services, "service", "Service to update (can be repeated)")
if err := flags.Parse(args); err != nil {
usage()
return