Consistent formatting of flags with args
[openssl.git] / doc / man1 / openssl-prime.pod
index 068cf34405f71139d1b5e62532d4545a010a5827..618af6ae1a7dca558c602e4ba5d12da8d70b5915 100644 (file)
@@ -10,9 +10,9 @@ B<openssl prime>
 [B<-help>]
 [B<-hex>]
 [B<-generate>]
-[B<-bits>]
+[B<-bits> I<num>]
 [B<-safe>]
-[B<-checks>]
+[B<-checks> I<num>]
 [I<number...>]
 
 =head1 DESCRIPTION
@@ -27,28 +27,28 @@ rest of the flags.
 
 =over 4
 
-=item [B<-help>]
+=item B<-help>
 
 Display an option summary.
 
-=item [B<-hex>]
+=item B<-hex>
 
 Generate hex output.
 
-=item [B<-generate>]
+=item B<-generate>
 
 Generate a prime number.
 
-=item [B<-bits num>]
+=item B<-bits> I<num>
 
 Generate a prime with B<num> bits.
 
-=item [B<-safe>]
+=item B<-safe>
 
 When used with B<-generate>, generates a "safe" prime. If the number
 generated is B<n>, then check that B<(n-1)/2> is also prime.
 
-=item [B<-checks num>]
+=item B<-checks> I<num>
 
 Perform the checks B<num> times to see that the generated number
 is prime.  The default is 20.