Skip to content

Commit 3b98cba

Browse files
pablodelaraThomas Monjalon
authored andcommitted
examples/l2fwd-crypto: fix incorrect params in command line help
Fixes: 387259b ("examples/l2fwd-crypto: add sample application") Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> Acked-by: Declan Doherty <declan.doherty@intel.com>
1 parent 28523d9 commit 3b98cba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/l2fwd-crypto/main.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,8 +671,9 @@ l2fwd_crypto_usage(const char *prgname)
671671
" --cipher_algo ALGO\n"
672672
" --cipher_op ENCRYPT / DECRYPT\n"
673673
" --cipher_key KEY\n"
674+
" --iv IV\n"
674675

675-
" --auth ALGO\n"
676+
" --auth_algo ALGO\n"
676677
" --auth_op GENERATE / VERIFY\n"
677678
" --auth_key KEY\n"
678679

0 commit comments

Comments
 (0)