+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)
.I cachename
] [
.B \-f
+] [
+.B \-e
]
.br
.SH DESCRIPTION
.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.
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) {