From 2d41e1c51cf88cefe216aed1172a96c4816044e3 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sun, 5 Mar 2017 11:19:39 +0100 Subject: pki: Edited keyid parameter use in various pki man pages and usage outputs --- src/pki/commands/req.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/pki/commands/req.c') diff --git a/src/pki/commands/req.c b/src/pki/commands/req.c index e0ab213ea..7b87e6ca6 100644 --- a/src/pki/commands/req.c +++ b/src/pki/commands/req.c @@ -1,8 +1,6 @@ /* * Copyright (C) 2009 Martin Willi - * Copyright (C) 2009-2015 Andreas Steffen - * HSR Hochschule fuer Technik Rapperswil - * + * Copyright (C) 2009-2017 Andreas Steffen * HSR Hochschule fuer Technik Rapperswil * * This program is free software; you can redistribute it and/or modify it @@ -217,7 +215,7 @@ static void __attribute__ ((constructor))reg() { {"help", 'h', 0, "show usage information"}, {"in", 'i', 1, "private key input file, default: stdin"}, - {"keyid", 'x', 1, "keyid on smartcard of private key"}, + {"keyid", 'x', 1, "smartcard or TPM private key object handle"}, {"type", 't', 1, "type of input key, default: priv"}, {"dn", 'd', 1, "subject distinguished name"}, {"san", 'a', 1, "subjectAltName to include in cert request"}, -- cgit v1.2.3