From f30da7adaae9121cc2fa98ab5062807c12ccd5b4 Mon Sep 17 00:00:00 2001 From: Amol Kahat Date: Wed, 8 Mar 2017 15:40:45 +0530 Subject: Added -t and --token information in pki man page. --- base/java-tools/man/man1/pki.1 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'base/java-tools/man') diff --git a/base/java-tools/man/man1/pki.1 b/base/java-tools/man/man1/pki.1 index 60c19f4dd..8ab69c179 100644 --- a/base/java-tools/man/man1/pki.1 +++ b/base/java-tools/man/man1/pki.1 @@ -64,13 +64,19 @@ Specifies the port (default: 8080). Comma-separated list of rejected certificate validity statuses. PKI subsystem type - [CA, KRA, OCSP, TKS, or TPS] (non-case-sensitive). .TP +.B -t +Subsystem type. +.TP +.B --token +Security token name +.TP .B -U Specifies the server URI. .TP .B -u Specifies the username for basic authentication (mutually exclusive to the '-n' option). This authentication requires a user password. .TP -.B -v +.B -v, --verbose Displays verbose information. .TP .B --version -- cgit