summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2018-01-26 15:48:52 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-01-26 15:48:54 +0100
commit3302ac03e2a8491a9cad5fb2fb74517bf2224c7b (patch)
treeb1219def84752772e46f83ac1a66fa4519b59bc0
parent4cbaf69d743d9e9e5fa241716556b3afc9857219 (diff)
downloadgnutls-3302ac03e2a8491a9cad5fb2fb74517bf2224c7b.tar.gz
certtool: deprecated the --certificate-pubkey option
That option is duplicate since --pubkey-info can provide the same information. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--src/certtool-args.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/certtool-args.def b/src/certtool-args.def
index ab8a550275..81bb30fe06 100644
--- a/src/certtool-args.def
+++ b/src/certtool-args.def
@@ -81,7 +81,8 @@ flag = {
flag = {
name = certificate-pubkey;
descrip = "Print certificate's public key";
- doc = "";
+ doc = "This option is deprecated as a duplicate of --pubkey-info";
+ deprecated;
};
flag = {