Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kgawda
Copy link

@kgawda kgawda commented Mar 22, 2021

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.

Add missing commas in command line arguments definition.
Thanks to this, eg.: -g and --gateway-ip are separate options, instead of -g--gateway-ip.
Also re-generate docs to reflect changes.

Signed-off-by: Konrad Gawda <[email protected]>
@kgawda
Copy link
Author

kgawda commented Mar 22, 2021

I just discovered it fixes issue #532

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant