From 7366df707df5ca654d34289195fca5e8ed22cd3f Mon Sep 17 00:00:00 2001 From: olszomal Date: Sat, 25 Jan 2020 08:37:11 +0100 Subject: [PATCH] Help (#27) --- osslsigncode.c | 1 - 1 file changed, 1 deletion(-) diff --git a/osslsigncode.c b/osslsigncode.c index 25a1068..f75522e 100644 --- a/osslsigncode.c +++ b/osslsigncode.c @@ -1141,7 +1141,6 @@ static void help_for(const char *argv0, const char *cmd) { const char *cmds_untrusted[] = {"attach-signature", "verify", NULL}; if (on_list(cmd, cmds_untrusted)) { printf("%-24s= set of additional untrusted certificates which may be needed\n", "-untrusted"); - printf("%26swhen building the certificate chain for the Time-Stamp Authority's signing certificate,\n", ""); printf("%26sthe file should contain one or more certificates in PEM format\n", ""); } const char *cmds_verbose[] = {"sign", "verify", NULL};