commit | 08463305195bf352b2049f3b09c12143d036bd8e | [log] [tgz] |
---|---|---|
author | Chip Boling <chip.boling@adtran.com> | Tue Nov 06 13:54:47 2018 -0600 |
committer | Matt Jeanneret <mj3580@att.com> | Fri Nov 09 15:16:01 2018 +0000 |
tree | 7e2bd7f2def216da2ba4fb94d23a47dc39570e9e | |
parent | 3472d0a7084b81bacc212b343735af507ef42213 [diff] |
VOL-1275: Fix output for OMCI show command: reference other cmds Change-Id: I9e6b1b66060a70ad3d9f56b07d27dca9ccbe0c50
diff --git a/cli/omci.py b/cli/omci.py index 0478a02..17e24ba 100644 --- a/cli/omci.py +++ b/cli/omci.py
@@ -355,3 +355,7 @@ self.stdout.write(msg) if msg[-1] != '\n': self.stdout.write('\n') + + def do_show(self, _): + """Show detailed omci information""" + self.poutput('Use show_mib, show_alarms, show_me, show_msg_types for detailed OMCI information')