From e3f60bcf993451e915fd249229ff3f75afd2147d Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Sat, 4 Jan 2014 09:57:23 +0000 Subject: [PATCH] Properly document -u and -s. MFC after: 3 days Sponsored by: The FreeBSD Foundation --- usr.bin/iscsictl/iscsictl.8 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/usr.bin/iscsictl/iscsictl.8 b/usr.bin/iscsictl/iscsictl.8 index 192ae834d594..bc1d7e8e16d7 100644 --- a/usr.bin/iscsictl/iscsictl.8 +++ b/usr.bin/iscsictl/iscsictl.8 @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 30, 2013 +.Dd January 4, 2014 .Dt ISCSICTL 8 .Os .Sh NAME @@ -88,8 +88,12 @@ and the temporary discovery sesion will be removed. The "nickname" of session defined in the configuration file. .It Fl p Target portal - host name or address - for statically defined targets. +.It Fl s +CHAP secret. .It Fl t Target name. +.It Fl u +CHAP login. .It Fl v Verbose mode. .El