mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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:
parent
846d702f23
commit
7f73c04895
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue