mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 01:31:17 +00:00
Merge commit '7eb07eebff9bc1297c87a04ee4d703b491bc8ca2'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user