ctladm: Fix typo in command line help.

MFC after:	1 week
This commit is contained in:
Alexander Motin 2022-08-11 16:53:50 -04:00
parent d8b42ddcac
commit 5244006fea

View file

@ -3964,7 +3964,7 @@ usage(int error)
"-x : output port list in XML format\n"
"lunmap options:\n"
"-p targ_port : specify target port number\n"
"-L pLUN : specify port-visible LUN\n"
"-l pLUN : specify port-visible LUN\n"
"-L cLUN : specify CTL LUN\n",
CTL_DEFAULT_DEV);
}