From 540da82e6df983c36f54b9f48dfa251b348d8e38 Mon Sep 17 00:00:00 2001
From: imarom <imarom@cisco.com>
Date: Sun, 4 Sep 2016 17:42:48 +0300
Subject: dual mode - check for ERF only

---
 .../trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'scripts/automation/trex_control_plane/stl/trex_stl_lib/utils')

diff --git a/scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py b/scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py
index 4e57aae3..779f35db 100755
--- a/scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py
+++ b/scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py
@@ -317,7 +317,7 @@ OPTIONS_DB = {MULTIPLIER: ArgumentPack(['-m', '--multiplier'],
               DUAL: ArgumentPack(['--dual'],
                                  {"action": "store_true",
                                   'default': False,
-                                  'help': "Transmit in a dual mode - requires a slave attached to the port"}),
+                                  'help': "Transmit in a dual mode - requires ownership on the adjacent port"}),
 
               FILE_PATH: ArgumentPack(['-f'],
                                       {'metavar': 'FILE',
-- 
cgit