diff options
author | 2015-10-12 09:11:44 +0300 | |
---|---|---|
committer | 2015-10-12 09:11:44 +0300 | |
commit | bd640666c052a1c770c9c1758c809f68d99af010 (patch) | |
tree | 7943dc2bfb2eaf20240189a61e23f326e1d5e8ac /scripts/automation/trex_control_plane/examples | |
parent | 47111637f4989f82fb8ed2dab6240efb5b12713f (diff) |
solving conflicts
Diffstat (limited to 'scripts/automation/trex_control_plane/examples')
-rwxr-xr-x | scripts/automation/trex_control_plane/examples/client_interactive_example.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/examples/client_interactive_example.py b/scripts/automation/trex_control_plane/examples/client_interactive_example.py index 5a3ebf8a..9ee28898 100755 --- a/scripts/automation/trex_control_plane/examples/client_interactive_example.py +++ b/scripts/automation/trex_control_plane/examples/client_interactive_example.py @@ -74,7 +74,7 @@ class InteractiveTRexClient(cmd.Cmd): print termstyle.green("*** End of TRex status prompt ***") def do_show_trex_files_path (self, line): - """Prompts the local path in which files are stored when pushed to TRex server from client""" + """Prompts the local path in which files are stored when pushed to t-rex server from client""" print self.trex.get_trex_files_path() print termstyle.green("*** End of trex_files_path prompt ***") |