contributing: clicmd and opcmd definitions should be indented by 3

This commit is contained in:
Christian Poessinger 2019-12-19 17:56:10 +01:00
parent 9f4bfed195
commit e747ad40df

View File

@ -162,12 +162,12 @@ be added below this statement.
.. opcmd:: show protocols static arp .. opcmd:: show protocols static arp
Display all known ARP table entries spanning accross all interfaces Display all known ARP table entries spanning accross all interfaces
.. cfgcmd:: set protocols static arp 192.0.2.100 hwaddr 00:53:27:de:23:aa .. cfgcmd:: set protocols static arp 192.0.2.100 hwaddr 00:53:27:de:23:aa
This will configure a static ARP entry always resolving `192.0.2.100` to This will configure a static ARP entry always resolving `192.0.2.100` to
`00:53:27:de:23:aa`. `00:53:27:de:23:aa`.
.. _Sphinx-doc: https://www.sphinx-doc.org .. _Sphinx-doc: https://www.sphinx-doc.org
.. _reStructuredText: http://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html .. _reStructuredText: http://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html