rohrpost

A commandline mail client to change the world as we see it.
git clone git://r-36.net/rohrpost
Log | Files | Refs | LICENSE

commit 2902086248d9f1a2dd428a1b534c1c9582287095
parent 51aa69e758dea1a50849684ca5b9d24a95283d66
Author: Christoph Lohmann <20h@r-36.net>
Date:   Tue, 23 Sep 2014 20:32:22 +0200

A colon was missing in the usage of rpopen.

Diffstat:
bin/rpopen | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/rpopen b/bin/rpopen @@ -2,7 +2,7 @@ if [ $# -lt 1 ]; then - printf "usage. %s msgid\n" "$(basename $0)" 2>&1 + printf "usage: %s msgid\n" "$(basename $0)" 2>&1 exit 1 fi