Add examples and language to better showcase the 'parents' parameter in multiple network modules (#34486)

* Add additional language and examples for 'parents' parameter to clarify its usage.
This commit is contained in:
Tyler 2018-02-09 08:31:37 -05:00 committed by John R Barker
commit 15b0371eb2
12 changed files with 33 additions and 12 deletions

View file

@ -37,7 +37,7 @@ options:
aliases: ['commands']
parents:
description:
- The ordered set of parents that uniquely identify the section
- The ordered set of parents that uniquely identify the section or hierarchy
the commands should be checked against. If the parents argument
is omitted, the commands are checked against the set of top
level or global commands.