option; otherwise the default name and location will be used.
.TP
\fB\-T\fP \fIarmor_ccache\fP
-Specifies the name of a credential cache that already contains a ticket. This ccache
-will be used to armor the request Ideally, an attacker should have to attack both the armor ticket and the key of the principal.
+Specifies the name of a credential cache that already contains a
+ticket. This ccache will be used to armor the request. Ideally, an
+attacker should have to attack both the armor ticket and the key of
+the principal.
.TP
\fB\-c\fP \fIcache_name\fP
use
"[-k [-t keytab_file]] "
"[-c cachename] "
USAGE_BREAK
- "[-S service_name]""-T ticket_armor_cache"
+ "[-S service_name] [-T ticket_armor_cache]"
USAGE_BREAK
"[-X <attribute>[=<value>]] [principal]"
"\n\n",
fprintf(stderr, "\t-t filename of keytab to use\n");
fprintf(stderr, "\t-c Kerberos 5 cache name\n");
fprintf(stderr, "\t-S service\n");
+ fprintf(stderr, "\t-T armor credential cache\n");
fprintf(stderr, "\t-X <attribute>[=<value>]\n");
exit(2);
}