Fixing iosxr return documentation in module. (#33311)

pull/32745/merge
James Mighion 7 years ago committed by Kedar K
parent aa7bd8bc11
commit ef37a7fbd6

@ -168,11 +168,11 @@ EXAMPLES = """
""" """
RETURN = """ RETURN = """
updates: commands:
description: The set of commands that will be pushed to the remote device description: The set of commands that will be pushed to the remote device
returned: Only when lines is specified. returned: If there are commands to run against the host
type: list type: list
sample: ['...', '...'] sample: ['hostname foo', 'router ospf 1', 'router-id 1.1.1.1']
backup_path: backup_path:
description: The full path to the backup file description: The full path to the backup file
returned: when backup is yes returned: when backup is yes

Loading…
Cancel
Save