diff --git a/README b/README
index 328f34ba90e9ba7e0f46d274b0e0dea0fda3d8b6..5ca9b773e5439ed855e1cd0020ce7646848fbc4e 100644
--- a/README
+++ b/README
@@ -132,10 +132,10 @@ Included scripts are currently always compiled into the main binary, meaning
 that no other files are written and no permission to do so is necessary for the 
 global script directories. 
 
-To test the sieve engine outside deliver it is useful to execute the binaries 
+To test the sieve engine outside deliver it is useful to execute the commands
 that exist in the src/sieve-tools/ directory of this package. After installation, 
-these scripts are available in the dovecot lib directory. The following commands
-are available:
+these are available at your $prefix/bin directory. The following commands are 
+installed:
 
 --
 
@@ -162,16 +162,6 @@ Reads mail message from the specified mailfile and executes the specified sieve
 script to produce a verdict. This prints a list of actions that would 
 have been performed on this message.
 
-Options:
-  -r  envelope recipient address
-  -s  envelope sender
-  -m  the mailbox where the keep action should store
-  -d  causes a dump of the generated code to be written to the specified
-      file. Using - as filename causes the dump to be written to stdout
-  -c  force compilation (ignore any existing binary)
-  -t  enable trace simple debugging; prints all encountered byte code
-      instructions on stdout. 
-
 --
 
 sieve-exec
@@ -181,6 +171,9 @@ mail stores).
 
 --
 
+When installed, man pages are also available for these commands. In this package
+the man pages are present in doc/man and can be viewed using man -l <file>. 
+
 Various example scripts are bundled in the directory 'examples'. These scripts
 were downloaded from various locations. View the top comment in the scripts for 
 url and author information.