vmware-archive / vcd-cli

Command Line Interface for VMware vCloud Director
https://vmware.github.io/vcd-cli
Other
163 stars 104 forks source link

Fix arg names for dhcp pool crete, update docs #549

Open kgawda opened 3 years ago

kgawda commented 3 years ago

Fix the command line arguments definition for "dhcp-pool create". It was missing some commas in the code. Thanks to this fix, eg.: -g and --gateway-ip are separate options, instead of -g--gateway-ip. Also re-generated docs to reflect changes. I used the script present in repo (generate-docs.py). This is why so many docs files are changed.

kgawda commented 3 years ago

I just discovered it fixes issue #532