aboutsummaryrefslogtreecommitdiff
path: root/src/clients/kvno/kvno.M
diff options
context:
space:
mode:
Diffstat (limited to 'src/clients/kvno/kvno.M')
-rw-r--r--src/clients/kvno/kvno.M7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/clients/kvno/kvno.M b/src/clients/kvno/kvno.M
index e7c99f7..864f75e 100644
--- a/src/clients/kvno/kvno.M
+++ b/src/clients/kvno/kvno.M
@@ -28,7 +28,7 @@
.SH NAME
kvno \- print key version numbers of Kerberos principals
.SH SYNOPSIS
-\fBkvno\fP [\fB\-q\fP] [\fB\-h\fP] [\fB\-4\fP] [\fB\-e etype\fP]
+\fBkvno\fP [\fB\-q\fP] [\fB\-h\fP] [\fB\-4\fP\ |\ [\fB-c ccache\fP]\ [\fB\-e etype\fP]]
\fBservice1\fP \fBservice2\fP \fB...\fP
.br
.SH DESCRIPTION
@@ -37,7 +37,10 @@ acquires a service ticket for the specified Kerberos principals and
prints out the key version numbers of each.
.SH OPTIONS
.TP
-.B \-e
+.B \-c ccache
+specifies the name of a credentials cache to use (if not the default)
+.TP
+.B \-e etype
specifies the enctype which will be requested for the session key of
all the services named on the command line. This is useful in certain
backward compatibility situations.