From 1c45966a4e267f6ae70c53e154d032810b0d62ab Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 26 Oct 2016 00:17:05 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- ssl/misc/CA.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ssl/misc/CA.pl b/ssl/misc/CA.pl index a3965ece..43c20b20 100755 --- a/ssl/misc/CA.pl +++ b/ssl/misc/CA.pl @@ -64,7 +64,7 @@ $RET = 0; foreach (@ARGV) { if ( /^(-\?|-h|-help)$/ ) { - print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n"; + print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-signcert|-verify\n"; exit 0; } elsif (/^-newcert$/) { # create a certificate @@ -186,4 +186,3 @@ while () { } } } - -- 2.39.5