diff --git a/src/zc/buildout/easy_install.txt b/src/zc/buildout/easy_install.txt
index 5b27dc39c5b58c708770e25c93f3525f9f30e0d5..f801fd44d710468a4199f44a8c8d2d59e279c13a 100644
--- a/src/zc/buildout/easy_install.txt
+++ b/src/zc/buildout/easy_install.txt
@@ -32,9 +32,9 @@ install function takes 2 positional arguments:
 
 It supports a number of optional keyword arguments:
 
-links
-   a sequence of URLs, file names, or directories to look for
-   links to distributions,
+find-links
+   A sequence of URLs, file names, or directories to look for
+   links to distributions.
 
 index
    The URL of an index server, or almost any other valid URL. :)