summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/examples/client_interactive_example.py
diff options
context:
space:
mode:
authorDan Klein <danklei@cisco.com>2015-10-14 03:01:29 +0300
committerDan Klein <danklei@cisco.com>2015-10-14 03:01:29 +0300
commit4c797902441d1c61fc9012f56ecf95e17cb26110 (patch)
tree48537cff3a0c1f7ff84dec486c693de71034bcfe /scripts/automation/trex_control_plane/examples/client_interactive_example.py
parent7482f09b8a5e8945e8b735233ad8f1674e637aef (diff)
parentb18e8dc6f2aba20767304334380a9b1561379541 (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'scripts/automation/trex_control_plane/examples/client_interactive_example.py')
-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 9ee28898..d21b2b15 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 t-rex server from client"""
+ """Prompts the local path in which files are stored when pushed to trex server from client"""
print self.trex.get_trex_files_path()
print termstyle.green("*** End of trex_files_path prompt ***")