Fix missing va_end call in uip/mhmisc.c
[mmh] / man / mhpgp.man1
index 7d5af3b..afc0c10 100644 (file)
@@ -9,9 +9,10 @@ mhpgp \- check PGP signatures and decrypt PGP messages using gnupg
 .na
 .B mhpgp
 .RB [ \-write ]
-.RI [ msg ]
 .RB [ \-Version ]
 .RB [ \-help ]
+.RI [ +folder ]
+.RI [ msg ]
 .ad
 .SH DESCRIPTION
 .B mhpgp
@@ -54,10 +55,14 @@ None
 mhsign(1), gpg(1)
 
 .SH DEFAULTS
-None
+.nf
+.RB ` +folder "' defaults to the current folder"
+.RB ` msg "' defaults to the current message"
+.fi
 
 .SH CONTEXT
 None
 
 .SH BUGS
-None
+The order of the command line arguments is relevant: The options
+must come first, the message specification last.