GH628: Add -help to all apps docs.
[openssl.git] / doc / apps / rand.pod
index 3679e6bef0e506c3c24c1251e959aa30a85bdbc9..b5752a2243a31114dc62805e9571e3ccd2cf7b32 100644 (file)
@@ -7,6 +7,7 @@ rand - generate pseudo-random bytes
 =head1 SYNOPSIS
 
 B<openssl rand>
+[B<-help>]
 [B<-out> I<file>]
 [B<-rand> I<file(s)>]
 [B<-base64>]
@@ -26,6 +27,10 @@ seeding was obtained from these sources.
 
 =over 4
 
+=item B<-help>
+
+Print out a usage message.
+
 =item B<-out> I<file>
 
 Write to I<file> instead of standard output.