[spp] [PATCH 2/2] tools/sppc: remove invalid chars in testpmd app

ogawa.yasufumi at lab.ntt.co.jp ogawa.yasufumi at lab.ntt.co.jp
Tue Nov 13 17:25:58 CET 2018


From: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>

This update is to remove characters of invalid code from the help
message of `testpmd.py`.

Signed-off-by: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>
---
 tools/sppc/app/testpmd.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/sppc/app/testpmd.py b/tools/sppc/app/testpmd.py
index 8d4057c..487bb9f 100755
--- a/tools/sppc/app/testpmd.py
+++ b/tools/sppc/app/testpmd.py
@@ -250,7 +250,7 @@ def parse_args():
     parser.add_argument(
         '--no-flush-rx',
         action='store_true',
-        help="Don’t flush the RX streams before starting forwarding, " +
+        help="Don't flush the RX streams before starting forwarding, " +
         "Used mainly with the PCAP PMD")
     parser.add_argument(
         '--txpkts',
-- 
2.7.4



More information about the spp mailing list