From ea5ed26e043df9796c24e8d67c1772d22ea20052 Mon Sep 17 00:00:00 2001 From: jedelman8 Date: Mon, 18 Apr 2016 13:17:06 -0700 Subject: [PATCH] update return doc string --- network/nxos/nxos_switchport.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/network/nxos/nxos_switchport.py b/network/nxos/nxos_switchport.py index f67c1d1250a..51fdb045e28 100644 --- a/network/nxos/nxos_switchport.py +++ b/network/nxos/nxos_switchport.py @@ -113,11 +113,11 @@ state: returned: always type: string sample: "present" -commands: +updates: description: command string sent to the device returned: always - type: string - sample: "interface eth1/5 ; switchport access vlan 20 ;" + type: list + sample: ["interface eth1/5", "switchport access vlan 20"] changed: description: check to see if a change was made on the device returned: always