X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fapps%2Fdsaparam.pod;h=f8eff94a063e0154f11e32bd8be2d77e87164e9a;hp=0ac560a14667daafef32688649643e799a10078c;hb=35ed393e5e47d75f9496ed1464bca7fc82cd72d7;hpb=35cb565a9b3bb198d286e9e07897af8e774cb0b4 diff --git a/doc/apps/dsaparam.pod b/doc/apps/dsaparam.pod index 0ac560a146..f8eff94a06 100644 --- a/doc/apps/dsaparam.pod +++ b/doc/apps/dsaparam.pod @@ -7,6 +7,7 @@ dsaparam - DSA parameter manipulation and generation =head1 SYNOPSIS B +[B<-help>] [B<-inform DER|PEM>] [B<-outform DER|PEM>] [B<-in filename>] @@ -27,6 +28,10 @@ This command is used to manipulate or generate DSA parameter files. =over 4 +=item B<-help> + +Print out a usage message. + =item B<-inform DER|PEM> This specifies the input format. The B option uses an ASN1 DER encoded @@ -73,7 +78,7 @@ parameters. a file or files containing random data used to seed the random number generator, or an EGD socket (see L). -Multiple files can be specified separated by a OS-dependent character. +Multiple files can be specified separated by an OS-dependent character. The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for all others.