Consistent formatting of flags with args
[openssl.git] / doc / man1 / openssl-storeutl.pod
index 61f30a8dbcad2a2d72b1f25fd4fce187d858dcd0..efaa6f98b2379b03c5b6dde7ffe24601d41bab2d 100644 (file)
@@ -8,21 +8,21 @@ openssl-storeutl - STORE utility
 
 B<openssl> B<storeutl>
 [B<-help>]
-[B<-out file>]
+[B<-out> I<file>]
 [B<-noout>]
-[B<-passin arg>]
-[B<-text arg>]
-[B<-engine id>]
+[B<-passin> I<arg>]
+[B<-text> I<arg>]
+[B<-engine> I<id>]
 [B<-r>]
 [B<-certs>]
 [B<-keys>]
 [B<-crls>]
-[B<-subject arg>]
-[B<-issuer arg>]
-[B<-serial arg>]
-[B<-alias arg>]
-[B<-fingerprint arg>]
-[B<-I<digest>>]
+[B<-subject> I<arg>]
+[B<-issuer> I<arg>]
+[B<-serial> I<arg>]
+[B<-alias> I<arg>]
+[B<-fingerprint> I<arg>]
+[B<->I<digest>]
 B<uri> ...
 
 =head1 DESCRIPTION
@@ -38,7 +38,7 @@ as the case may be) fetched from the given URIs.
 
 Print out a usage message.
 
-=item B<-out filename>
+=item B<-out> I<filename>
 
 specifies the output filename to write to or standard output by
 default.
@@ -47,17 +47,17 @@ default.
 
 this option prevents output of the PEM data.
 
-=item B<-passin arg>
+=item B<-passin> I<arg>
 
 the key password source. For more information about the format of B<arg>
-see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
+see L<openssl(1)/Pass phrase options>.
 
 =item B<-text>
 
 Prints out the objects in text form, similarly to the B<-text> output from
 B<openssl x509>, B<openssl pkey>, etc.
 
-=item B<-engine id>
+=item B<-engine> I<id>
 
 specifying an engine (by its unique B<id> string) will cause B<storeutl>
 to attempt to obtain a functional reference to the specified engine,
@@ -78,7 +78,7 @@ Only select the certificates, keys or CRLs from the given URI.
 However, if this URI would return a set of names (URIs), those are always
 returned.
 
-=item B<-subject arg>
+=item B<-subject> I<arg>
 
 Search for an object having the subject name B<arg>.
 The arg must be formatted as I</type0=value0/type1=value1/type2=...>.
@@ -87,9 +87,9 @@ Empty values are permitted but are ignored for the search.  That is,
 a search with an empty value will have the same effect as not specifying
 the type at all.
 
-=item B<-issuer arg>
+=item B<-issuer> I<arg>
 
-=item B<-serial arg>
+=item B<-serial> I<arg>
 
 Search for an object having the given issuer name and serial number.
 These two options I<must> be used together.
@@ -98,15 +98,15 @@ characters may be escaped by \ (backslash), no spaces are skipped.
 The serial arg may be specified as a decimal value or a hex value if preceded
 by B<0x>.
 
-=item B<-alias arg>
+=item B<-alias> I<arg>
 
 Search for an object having the given alias.
 
-=item B<-fingerprint arg>
+=item B<-fingerprint> I<arg>
 
 Search for an object having the given fingerprint.
 
-=item B<-I<digest>>
+=item B<->I<digest>
 
 The digest that was used to compute the fingerprint given with B<-fingerprint>.