nvmfd: Correct usage description

During development the command line options for PDU digests for
nvmecontrol(8) and nvmfd(8) were renamed to align with Linux's nvme(1)
command, but the usage description in nvmfd(8) had a mix of the old
and new options.

Sponsored by:	Chelsio Communications
This commit is contained in:
John Baldwin 2024-07-25 15:32:44 -04:00
parent 846d702f23
commit 7f73c04895

View file

@ -36,8 +36,8 @@ static volatile bool quit = false;
static void
usage(void)
{
fprintf(stderr, "nvmfd -K [-FGg] [-P port] [-p port] [-t transport] [-n subnqn]\n"
"nvmfd [-dDFH] [-P port] [-p port] [-t transport] [-n subnqn]\n"
fprintf(stderr, "nvmfd -K [-dFGg] [-P port] [-p port] [-t transport] [-n subnqn]\n"
"nvmfd [-dFGg] [-P port] [-p port] [-t transport] [-n subnqn]\n"
"\tdevice [device [...]]\n"
"\n"
"Devices use one of the following syntaxes:\n"