mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 18:21:24 +02:00
selftests: rds: Update USAGE string for run.sh
The run.sh script does not have a -g flag. Update USAGE string with correct flags. Also fix typo packet_duplcate -> packet_duplicate Signed-off-by: Allison Henderson <achender@kernel.org> Link: https://patch.msgid.link/20260504054143.4027538-3-achender@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
94720e01f5
commit
4781c8b037
|
|
@ -12,7 +12,7 @@ kernel may optionally be configured to omit the coverage report as well.
|
|||
|
||||
USAGE:
|
||||
run.sh [-d logdir] [-l packet_loss] [-c packet_corruption]
|
||||
[-u packet_duplcate]
|
||||
[-u packet_duplicate]
|
||||
|
||||
OPTIONS:
|
||||
-d Log directory. Defaults to tools/testing/selftests/net/rds/rds_logs
|
||||
|
|
|
|||
|
|
@ -171,7 +171,7 @@ while getopts "d:l:c:u:" opt; do
|
|||
;;
|
||||
:)
|
||||
echo "USAGE: run.sh [-d logdir] [-l packet_loss] [-c packet_corruption]" \
|
||||
"[-u packet_duplcate] [-g]"
|
||||
"[-u packet_duplicate]"
|
||||
exit 1
|
||||
;;
|
||||
?)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user