summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/examples
diff options
context:
space:
mode:
authorDan Klein <danklei@cisco.com>2015-10-12 09:11:44 +0300
committerDan Klein <danklei@cisco.com>2015-10-12 09:11:44 +0300
commitbd640666c052a1c770c9c1758c809f68d99af010 (patch)
tree7943dc2bfb2eaf20240189a61e23f326e1d5e8ac /scripts/automation/trex_control_plane/examples
parent47111637f4989f82fb8ed2dab6240efb5b12713f (diff)
solving conflicts
Diffstat (limited to 'scripts/automation/trex_control_plane/examples')
-rwxr-xr-xscripts/automation/trex_control_plane/examples/client_interactive_example.py2
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 ***")