aboutsummaryrefslogtreecommitdiff
path: root/example/classifier
diff options
context:
space:
mode:
authorJere Leppänen <jere.leppanen@nokia.com>2022-09-26 17:32:32 +0300
committerPetri Savolainen <petri.savolainen@nokia.com>2022-10-20 12:17:21 +0300
commit776a8ef988a5424ddfbb2ac0ed58322fccf0b4b0 (patch)
tree523334e9e06c63d9f1dd41b4698dc4c41161392c /example/classifier
parented21984d09a0c181a237b6fcea5b6fce4b2de0af (diff)
example: classifier: change help text from "ICMP mode" to "echo mode"
Change the help text for the -m option from "ICMP mode" to "echo mode". Signed-off-by: Jere Leppänen <jere.leppanen@nokia.com> Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com>
Diffstat (limited to 'example/classifier')
-rw-r--r--example/classifier/odp_classifier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/classifier/odp_classifier.c b/example/classifier/odp_classifier.c
index 623c2405e..314edfeaa 100644
--- a/example/classifier/odp_classifier.c
+++ b/example/classifier/odp_classifier.c
@@ -1314,7 +1314,7 @@ static void usage(void)
" -c, --count <num> CPU count, 0=all available, default=1\n"
"\n"
" -m, --mode <mode> 0: Packet Drop mode. Received packets will be dropped\n"
- " !0: Packet ICMP mode. Received packets will be sent back\n"
+ " !0: Echo mode. Received packets will be sent back\n"
" default: Packet Drop mode\n"
"\n"
" -t, --time <sec> !0: Time for which the classifier will be run in seconds\n"