From 79d314846217f8a1dc7e1a0d619d7d944c84a027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=97=E5=AE=87?= Date: Mon, 27 Jan 2020 18:32:25 +0800 Subject: [PATCH] Fixed hypervisor README. --- cmd/hypervisor/README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 ```