git: 636724a668e5 - stable/13 - ctladm: Fix typo in command line help.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Aug 2022 01:44:55 UTC
The branch stable/13 has been updated by mav:
URL: https://cgit.FreeBSD.org/src/commit/?id=636724a668e55658858cbe7917a23d8e12b01d57
commit 636724a668e55658858cbe7917a23d8e12b01d57
Author: Alexander Motin <mav@FreeBSD.org>
AuthorDate: 2022-08-11 20:53:50 +0000
Commit: Alexander Motin <mav@FreeBSD.org>
CommitDate: 2022-08-18 01:44:47 +0000
ctladm: Fix typo in command line help.
MFC after: 1 week
(cherry picked from commit 5244006fea471bab9dabb7fff21d48d3ff006077)
---
usr.sbin/ctladm/ctladm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.sbin/ctladm/ctladm.c b/usr.sbin/ctladm/ctladm.c
index 69124383d413..7705073958df 100644
--- a/usr.sbin/ctladm/ctladm.c
+++ b/usr.sbin/ctladm/ctladm.c
@@ -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);
}