* kinit.M: added documentation of the "-a" option
authorJen Selby <jenselby@mit.edu>
Wed, 17 Jul 2002 22:05:02 +0000 (22:05 +0000)
committerJen Selby <jenselby@mit.edu>
Wed, 17 Jul 2002 22:05:02 +0000 (22:05 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14655 dc483132-0cff-0310-8789-dd5450dbe970

src/clients/kinit/ChangeLog
src/clients/kinit/kinit.M

index 76b75910151d9e81e651b324e8d762d572d7556a..9ea8103940be0067f2bb4b516573213dc81d2c3c 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-17  Jen Selby <jenselby@mit.edu>
+
+       * kinit.M: added documentation of the "-a" option
+
 2001-12-10  Danilo Almeida  <dalmeida@mit.edu>
 
        * kinit.c (main): Fix typo in #ifdef KRB5_KRB4_COMPAT.  Thanks to
index e6fd98f9dd6cd182e7d39e922fd1ccd106bf9b74..52ad59de6d94259d4f98c6ce18cd6c8d7fb435df 100644 (file)
@@ -35,6 +35,7 @@ kinit \- obtain and cache Kerberos ticket-granting ticket
 [\fB\-r\fP \fIrenewable_life\fP]
 [\fB\-p\fP | \fB\-P\fP]
 [\fB\-f\fP | \fB\-F\fP]
+[\fB\-a\fP]
 [\fB\-A\fP]
 [\fB\-v\fP] [\fB\-R\fP]
 [\fB\-k\fP [\fB\-t\fP \fIkeytab_file\fP]] [\fB\-c\fP \fIcache_name\fP]
@@ -122,6 +123,9 @@ request proxiable tickets.  (Not applicable to Kerberos 4.)
 .B \-P
 do not request proxiable tickets.  (Not applicable to Kerberos 4.)
 .TP
+.B \-a
+request tickets with the local address[es].  (Not applicable to Kerberos 4.)
+.TP
 .B \-A
 request address-less tickets.  (Not applicable to Kerberos 4.)
 .TP