Changed return of activeCount. Updated client usage docs
This commit is contained in:
parent
928fc42fc2
commit
917bdca354
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue