Skip to content

Commit

Permalink
examples/qos_sched: fix usage string
Browse files Browse the repository at this point in the history
[ upstream commit fc48d8a ]

The short option written for interactive mode is --i in usage of
this qos_sched example. Actually, it is -i.

Fixes: cfd5c97 ("examples/qos_sched: add stats")

Signed-off-by: Ibtisam Tariq <ibtisam.tariq@emumba.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
  • Loading branch information
ibtisam-tariq authored and bluca committed Nov 16, 2020
1 parent 0a45b22 commit 987acad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/qos_sched/args.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ static const char usage[] =
" multiple pfc can be configured in command line \n"
" \n"
"Application optional parameters: \n"
" --i : run in interactive mode (default value is %u) \n"
" -i : run in interactive mode (default value is %u) \n"
" --mst I : master core index (default value is %u) \n"
" --rsz \"A, B, C\" : Ring sizes \n"
" A = Size (in number of buffer descriptors) of each of the NIC RX \n"
Expand Down

0 comments on commit 987acad

Please sign in to comment.