From c64feb082d43917a411925445c280c981bc20e4a Mon Sep 17 00:00:00 2001 From: Alexander Weinhold Date: Fri, 8 Sep 2017 14:39:34 +0200 Subject: [PATCH] change command line flags according to previous commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ed92ec..40285e3 100644 --- a/README.md +++ b/README.md @@ -14,5 +14,5 @@ unreadMail * go get the libUnreadMail repo * enter the unreadMail subfolder * go install -* use $GOPATH/bin/unreadMail -cert $cert -server foobar.com -user spam -passwd eggs to fetch mail +* use $GOPATH/bin/unreadMail -cert $cert -server foobar.com -user spam -pwfile pathToPasswordFile to fetch mail * the fetched mail will be marked as read \ No newline at end of file