tA colon was missing in the usage of rpopen. - rohrpost - A commandline mail client to change the world as we see it.
 (HTM) git clone git://r-36.net/rohrpost
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 2902086248d9f1a2dd428a1b534c1c9582287095
 (DIR) parent 51aa69e758dea1a50849684ca5b9d24a95283d66
 (HTM) 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(-)
       ---
 (DIR) diff --git a/bin/rpopen b/bin/rpopen
       t@@ -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