[admin] Moved the --admin-state-up to the next line

Change-Id: I74a5541541d0939ac11a69d94e1a4aee1160ed02
Related-Bug: #1633184
This commit is contained in:
hmonika 2016-10-14 08:49:51 +08:00
parent 49cd95f27e
commit c29c737e15
1 changed files with 2 additions and 2 deletions

View File

@ -487,8 +487,8 @@ complete basic operations on agents:
| parameter | |
| set to ``False`` or ``True``. | |
| | |
| | ``$ neutron agent-update --admin`` |
| | ``-state-up False AGENT_ID`` |
| | ``$ neutron agent-update `` |
| | ``--admin-state-up False AGENT_ID``|
+----------------------------------------+------------------------------------+
| Delete a given agent. Consider | |
| disabling the agent before deletion. | |