apache / cloudstack-cloudmonkey

Apache Cloudstack Cloudmonkey
Apache License 2.0
95 stars 63 forks source link

Fixed typo in command.go #101

Closed soreana closed 3 years ago

soreana commented 3 years ago

Hey there, I noticed a capitalization issue in the following output. This pr will fix it.

root@dev ~/desktop/cloudmonkey [typo]$ ./bin/cmk -h
...

Allowed flags:
  -h        Show this help message or API doc when specified after an API
  -v        Print version
  -o        API response output format: json, text, table, column, csv
  -p        Server profile
  -d        Enable debug mode
  -c        different config file path

...