From: Ezra Peisach Date: Thu, 11 May 1995 11:34:28 +0000 (+0000) Subject: Update usage message and manual page to reflect current reality. (-e -f X-Git-Tag: krb5-1.0-beta6~2002 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b9b7b202556b2d3355077bc25743402dd569a0d4;p=krb5.git Update usage message and manual page to reflect current reality. (-e -f arguments). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5795 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/clients/klist/ChangeLog b/src/clients/klist/ChangeLog index ade797a94..924bbd32f 100644 --- a/src/clients/klist/ChangeLog +++ b/src/clients/klist/ChangeLog @@ -1,3 +1,8 @@ +Thu May 11 07:31:42 1995 Ezra Peisach + + * 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) diff --git a/src/clients/klist/klist.M b/src/clients/klist/klist.M index 615acd55a..3ccebba4b 100644 --- a/src/clients/klist/klist.M +++ b/src/clients/klist/klist.M @@ -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. diff --git a/src/clients/klist/klist.c b/src/clients/klist/klist.c index 55eb5e7f6..ecd398d88 100644 --- a/src/clients/klist/klist.c +++ b/src/clients/klist/klist.c @@ -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) {