README.md in cloudstack-cli-0.15.0 vs README.md in cloudstack-cli-0.15.1
- old
+ new
@@ -140,14 +140,14 @@
$ cloudstack-cli offering sort
```
### Example: Stop all backup routers of a given project
-Stop all virtual routers of project Demo (you could filter by zone too):
+Stop all virtual routers of project named Demo (you could filter by zone too):
(This command is helpful if you have to deploy new versions of Cloudstack when using redundant routers)
```bash
-$ cloudstack-cli router list --project Demo --status running --redundant-state BACKUP --command stop
+$ cloudstack-cli router list --project Demo --status running --redundant-state BACKUP --command STOP
````
**Hint:** You can watch the status of the command with watch.
```bash