aboutsummaryrefslogtreecommitdiff
path: root/src/krb5-auth-dialog.1.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/krb5-auth-dialog.1.in')
-rw-r--r--src/krb5-auth-dialog.1.in15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/krb5-auth-dialog.1.in b/src/krb5-auth-dialog.1.in
index b0e7b38..2a9867e 100644
--- a/src/krb5-auth-dialog.1.in
+++ b/src/krb5-auth-dialog.1.in
@@ -4,7 +4,7 @@
krb5-auth-dialog \- Kerberos 5 credential checking
.SH SYNOPSIS
-.B krb5-auth-dialog [--always|--auto]
+.B krb5-auth-dialog [--auto]
.SH DESCRIPTION
The krb5-auth-dialog application will periodically check (every
@@ -15,13 +15,10 @@ credentials, prompting the user for whatever information is necessary.
.SH ARGUMENTS
-.IP --always
-By default, krb5-auth-dialog will exit if it finds that the user has no
-Kerberos credentials. If this option is specified, then it will instead
-attempt to get credentials.
-
-.IP --auto
-Overrides the --always option, restoring the default behavior.
+.TP
+\fB--auto\fR
+If this option is specified, \fBkrb5-auth-dialog\fR will exit if it finds that the
+user has no Kerberos credentials.
.SH "SEE ALSO"
.BR krb5.conf (5)
@@ -35,3 +32,5 @@ bug database at http://bugzilla.gnome.org/ against the
Christopher Aillon <caillon@redhat.com>
.br
Jonathan Blandford <jrb@redhat.com>
+.br
+Guido Günther <agx@sigxcpu.org>
bgstack15