diff options
author | 2016-04-18 15:18:59 +0300 | |
---|---|---|
committer | 2016-04-18 15:19:46 +0300 | |
commit | b12cc7fda4f8c488800696abdb2fba7c3cfc82a4 (patch) | |
tree | cad3edb1805210cb9cbb598d100332ad30a7cdbc /scripts/automation/trex_control_plane/stl/console | |
parent | 7e5993941829e5fd1bb9ab3c6ac624d9aa800c37 (diff) |
minor fix
Diffstat (limited to 'scripts/automation/trex_control_plane/stl/console')
-rwxr-xr-x | scripts/automation/trex_control_plane/stl/console/trex_console.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/automation/trex_control_plane/stl/console/trex_console.py b/scripts/automation/trex_control_plane/stl/console/trex_console.py index 589f1d35..a126bf35 100755 --- a/scripts/automation/trex_control_plane/stl/console/trex_console.py +++ b/scripts/automation/trex_control_plane/stl/console/trex_console.py @@ -431,6 +431,9 @@ class TRexConsole(TRexGeneralCmd): def help_release (self): self.do_release("-h") + def help_reacquire (self): + self.do_reacquire("-h") + ############### start def complete_start(self, text, line, begidx, endidx): |