Fix uip/whom.c for C89 compatibility
[mmh] / uip / mhpgp.sh
index f3a39ea..ce4d2c8 100755 (executable)
@@ -6,7 +6,7 @@
 # mhpgp:
 #   -write:  Save the decrypted message to the current folder
 
-usage="Usage: mhpgp [-write] msg"
+usage="Usage: mhpgp [-write] [-Version] [-help] [+folder] [msg]"
 
 # prepend the default options from the profile
 set -- `mhparam -nocomp ${0##*/}` "$@"
@@ -68,7 +68,7 @@ mimeverify() {
 ### decrypt MIME and non-MIME messages (type is in $1)
 ###; invoke the pager as needed
 decrypt() {
-       sed -n -e '\
+       sed -n -e '
                /^-----BEGIN PGP MESSAGE/b x
                d
                :x