diff --git a/cmd/hypervisor/README.md b/cmd/hypervisor/README.md index 0283ad1158..3a9a7b2e35 100644 --- a/cmd/hypervisor/README.md +++ b/cmd/hypervisor/README.md @@ -5,16 +5,12 @@ Hypervisor exposes node management operations via web API. **Generate config file:** ```bash - +$ hypervisor gen-config ``` **Run with mock data:** ```bash -# Generate config file. -$ hypervisor gen-config - -# Run. $ hypervisor --mock ```