From 3ddb9732923037ce1ca8761fe6e38475ada44cb0 Mon Sep 17 00:00:00 2001
From: Huanxuan Ao <huanxuan.ao@easystack.cn>
Date: Thu, 30 Jun 2016 10:26:28 +0800
Subject: [PATCH] Fix doc issue for "compute agent list" command

"--hypervisor" is a optional argument but in the doc it
was wrong format, this patch modify it.

Change-Id: I527feff73eca5834b2fee4efb2462562581210ed
---
 doc/source/command-objects/compute-agent.rst | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/doc/source/command-objects/compute-agent.rst b/doc/source/command-objects/compute-agent.rst
index ae057dc96e..55540c8d6b 100644
--- a/doc/source/command-objects/compute-agent.rst
+++ b/doc/source/command-objects/compute-agent.rst
@@ -66,10 +66,9 @@ List compute agents
 
     os compute agent list [--hypervisor <hypervisor>]
 
-.. _compute_agent-list:
-.. describe:: --hypervisor <hypervisor>
+.. option:: --hypervisor <hypervisor>
 
-    Optional type of hypervisor
+    Type of hypervisor
 
 compute agent set
 -----------------