]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/ts.c
GH932: Add more help messages to some apps options.
[thirdparty/openssl.git] / apps / ts.c
index cec217708eaf75f54d47b4435a85f83db810093f..d55d2397aa1b8d2d59cb2e19f0ca5b15da6fec5d 100644 (file)
--- a/apps/ts.c
+++ b/apps/ts.c
@@ -154,7 +154,7 @@ OPTIONS ts_options[] = {
     {"text", OPT_TEXT, '-', "Output text (not DER)"},
     {"reply", OPT_REPLY, '-', "Generate a TS reply"},
     {"queryfile", OPT_QUERYFILE, '<', "File containing a TS query"},
-    {"passin", OPT_PASSIN, 's'},
+    {"passin", OPT_PASSIN, 's', "Input file pass phrase source"},
     {"inkey", OPT_INKEY, '<', "File with private key for reply"},
     {"signer", OPT_SIGNER, 's'},
     {"chain", OPT_CHAIN, '<', "File with signer CA chain"},