From: Yasufumi Ogawa This update is to remove characters of invalid code from the help message of `testpmd.py`. Signed-off-by: Yasufumi Ogawa --- 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