Add missing be
(#33507)
This commit is contained in:
parent
5482519096
commit
84ace7acc3
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ value using the same ``show vlan`` command.::
|
|||
value: present
|
||||
|
||||
Another common use case for parsing CLI commands is to break a large command
|
||||
into blocks that can parsed. This can be done using the ``start_block`` and
|
||||
into blocks that can be parsed. This can be done using the ``start_block`` and
|
||||
``end_block`` directives to break the command into blocks that can be parsed.::
|
||||
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue