commit | b83853e2a9e3ed6fe31d0aa3a23409736caf7326 | [log] [tgz] |
---|---|---|
author | Nicolas Palpacuer <np202g@att.com> | Thu Jun 28 16:11:30 2018 -0400 |
committer | Donald Newton <dn8474@att.com> | Mon Jul 02 19:03:56 2018 +0000 |
tree | 0e89186c61f719e2ef5bd839457445739b977fa0 | |
parent | 1f56344588157eea2c6f9d21a247b38a8c9b4584 [diff] |
VOL-1041 Show serial_number in vcli devices instead of vendor_id Change-Id: I8300f1045aee1deb578f45a58b34e733a02625b1
diff --git a/cli/main.py b/cli/main.py index 7674182..c9d9bee 100755 --- a/cli/main.py +++ b/cli/main.py
@@ -190,7 +190,7 @@ 'hardware_version', 'images', 'firmware_version', - 'serial_number' + 'vendor_id' } print_pb_list_as_table('Devices:', devices, omit_fields, self.poutput)