Update usage message and manual page to reflect current reality. (-e -f
authorEzra Peisach <epeisach@mit.edu>
Thu, 11 May 1995 11:34:28 +0000 (11:34 +0000)
committerEzra Peisach <epeisach@mit.edu>
Thu, 11 May 1995 11:34:28 +0000 (11:34 +0000)
arguments).

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

src/clients/klist/ChangeLog
src/clients/klist/klist.M
src/clients/klist/klist.c

index ade797a9400138252ac9268f1181265250a80dba..924bbd32f21deb231b03f648f2928d8053d475dd 100644 (file)
@@ -1,3 +1,8 @@
+Thu May 11 07:31:42 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+
+       * klist.c (main): Update usage message to include -e and -f.
+
+       * klist.M: -e flag documented.
 
 Thu May 04 04:24:38 1995  Chris Provenzano (proven@mit.edu)
 
index 615acd55a24ddd166dd09c873a1ce9c5f6056a4d..3ccebba4b1eba13cd64dcf6136738caff894fb20 100644 (file)
@@ -30,6 +30,8 @@ klist \- list cached Kerberos tickets
 .I cachename
 ] [
 .B \-f
+] [
+.B \-e
 ]
 .br
 .SH DESCRIPTION
@@ -57,6 +59,11 @@ I    Initial
 .in -.5i
 .fi
 .PP
+If the
+.B \-e
+option is specified, then the encryption type in the ticket will be
+printed.
+.PP
 The
 .IR kinit (1)
 manual page specifies how the default credentials cache is selected.
index 55eb5e7f64b5858ba6c957e2d39c71f375fd273e..ecd398d88024f2e7e30c37d19b559e5fbeae2fb8 100644 (file)
@@ -100,7 +100,7 @@ main(argc, argv)
        errflg++;
     
     if (errflg) {
-       fprintf(stderr, "Usage: %s [ -c cache ]\n", argv[0]);
+       fprintf(stderr, "Usage: %s [ -c cache ] [-e] [-f]\n", argv[0]);
        exit(2);
     }
     if (cache == NULL) {