[dpdk-dev] [PATCH] usertools/telemetry: fix instance help text
Conor Walsh
conor.walsh at intel.com
Mon Oct 18 12:39:29 CEST 2021
The instance option help text was incorrect, this patch corrects it.
Fixes: 11435aae2089 ("usertools/telemetry: connect to separate instances")
Signed-off-by: Conor Walsh <conor.walsh at intel.com>
---
usertools/dpdk-telemetry.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usertools/dpdk-telemetry.py b/usertools/dpdk-telemetry.py
index 4d9f2d9787..5b3bf83356 100755
--- a/usertools/dpdk-telemetry.py
+++ b/usertools/dpdk-telemetry.py
@@ -165,7 +165,7 @@ def readline_complete(text, state):
parser.add_argument('-f', '--file-prefix', default=DEFAULT_PREFIX,
help='Provide file-prefix for DPDK runtime directory')
parser.add_argument('-i', '--instance', default='0', type=int,
- help='Provide file-prefix for DPDK runtime directory')
+ help='Provide instance number for DPDK application')
parser.add_argument('-l', '--list', action="store_true", default=False,
help='List all possible file-prefixes and exit')
args = parser.parse_args()
--
2.25.1
More information about the dev
mailing list