Changed return of activeCount. Updated client usage docs

This commit is contained in:
Renan DelValle 2016-08-26 16:39:56 -07:00
parent 928fc42fc2
commit 917bdca354
2 changed files with 4 additions and 2 deletions

View file

@ -2,7 +2,9 @@
## Usage: ## Usage:
``` ```
Usage of client: Usage of ./client:
-cluster string
Name of cluster to run job on (default "devcluster")
-clusters string -clusters string
Location of the clusters.json file used by aurora. Location of the clusters.json file used by aurora.
-cmd string -cmd string

View file

@ -181,7 +181,7 @@ func main() {
os.Exit(1) os.Exit(1)
} }
fmt.Println("Number of live instances: ", live) fmt.Println("Number of live instances: ", len(live))
break break
case "flexUp": case "flexUp":
fmt.Println("Flexing up job") fmt.Println("Flexing up job")