pgpewrap is a program included in the Mutt email client package that has neither a manpage nor --help or -h screens. The only documentation is a brief mention in the PGP-Notes.txt file in the mutt documentation:
pgpewrap pgpe file -- -r a b c
pgpe file -r a -r b -r c
You need this for multiple recipients because GPG needs -r to for each of them, while Mutt can only output them as a single list, such as key1 key2 key3. pgpewrap is used to fix the command line for GPG so that -- -r key1 key2 key3 becomes -r key1 -r key2 -r key3.