add rlife to -r argument
authorJohn Kohl <jtkohl@mit.edu>
Mon, 29 Apr 1991 14:21:00 +0000 (14:21 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 29 Apr 1991 14:21:00 +0000 (14:21 +0000)
add -f argument

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2051 dc483132-0cff-0310-8789-dd5450dbe970

src/clients/kinit/kinit.M

index da8d86fdd1fd7f0fb932fc0b8c998b1b24e82f5e..e05c994754dddd773ee2cf33701d4bafb5b409aa 100644 (file)
@@ -17,7 +17,10 @@ kinit \- obtain and cache Kerberos ticket-granting ticket
 ] [
 .B \-p
 ] [
+.B \-f
+] [
 .B \-r
+.I rlife
 ] [
 .B \-c
 .I cachename
@@ -30,9 +33,9 @@ obtains and caches an initial ticket-granting ticket for
 .IR principal .
 The
 .B \-l
-option specifies the lifetime to be requested for the ticket; if this
-option is not specified, the default ticket lifetime (configured by each site)
-is used instead.
+option specifies the lifetime (in hours) to be requested for the ticket;
+if this option is not specified, the default ticket lifetime (configured
+by each site) is used instead.
 .PP
 The
 .B \-p
@@ -40,9 +43,15 @@ option specifies that the PROXIABLE option should be requested for the
 ticket.
 .PP
 The
+.B \-f
+option specifies that the FORWARDABLE option should be requested for the
+ticket.
+.PP
+The
 .B \-r
+.I rlife
 option specifies that the RENEWABLE option should be requested for the
-ticket.
+ticket, and specifies (in hours) the desired total lifetime of the ticket.
 .PP
 The
 .B \-c