From 8e7cd863dd6bee03713b7d80541be03c14aec706 Mon Sep 17 00:00:00 2001 From: Benno Rice Date: Tue, 22 Aug 2017 23:55:09 +0000 Subject: [PATCH] Correct typo in usage string. Submitted by: peterpakos (GitHub username) MFC after: 1 day --- 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 dffa3734ec4b..8bad0452b4a8 100644 --- a/usr.sbin/ctladm/ctladm.c +++ b/usr.sbin/ctladm/ctladm.c @@ -3963,7 +3963,7 @@ usage(int error) "-q : omit header in list output\n" "-x : output port list in XML format\n" "portlist options:\n" -"-f fronetnd : specify frontend type\n" +"-f frontend : specify frontend type\n" "-i : report target and initiators addresses\n" "-l : report LUN mapping\n" "-p targ_port : specify target port number\n"