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 of client:
Usage of ./client:
-cluster string
Name of cluster to run job on (default "devcluster")
-clusters string
Location of the clusters.json file used by aurora.
-cmd string

View file

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