-hex option for openssl rand
[openssl.git] / doc / apps / rand.pod
index 75745ca0023c1ec3c1fd7559fa5f7a6ec804b03e..d1d213ef43cbd07f1fc885393422049f2f9c3685 100644 (file)
@@ -10,6 +10,7 @@ B<openssl rand>
 [B<-out> I<file>]
 [B<-rand> I<file(s)>]
 [B<-base64>]
+[B<-hex>]
 I<num>
 
 =head1 DESCRIPTION
@@ -41,6 +42,10 @@ all others.
 
 Perform base64 encoding on the output.
 
+=item B<-hex>
+
+Show the output as a hex string.
+
 =back
 
 =head1 SEE ALSO