README.md in cloudstack-cli-1.0.0.rc3 vs README.md in cloudstack-cli-1.0.0.rc4
- old
+ new
@@ -147,17 +147,11 @@
```bash
$ 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
-$ watch -n cloudstack-cli router list --project Demo
-```
-
-
## References
+
- [Cloudstack API documentation](http://cloudstack.apache.org/docs/api/)
- This tool was inspired by the Knife extension for Cloudstack: [knife-cloudstack](https://github.com/CloudStack-extras/knife-cloudstack)
## Contributing