GH628: Add -help to all apps docs.
[openssl.git] / doc / apps / passwd.pod
index f44982549bf1a2d22fb2516998277e4346350c3f..b784f6ccee1fc1bb9e0f7ffee86e9dfd80523848 100644 (file)
@@ -7,6 +7,7 @@ passwd - compute password hashes
 =head1 SYNOPSIS
 
 B<openssl passwd>
+[B<-help>]
 [B<-crypt>]
 [B<-1>]
 [B<-apr1>]
@@ -31,6 +32,10 @@ algorithm B<1> and its Apache variant B<apr1> are available.
 
 =over 4
 
+=item B<-help>
+
+Print out a usage message.
+
 =item B<-crypt>
 
 Use the B<crypt> algorithm (default).