diff --git a/multiselect.module b/multiselect.module
index 30ea3b4dd86badddf92007b7f34e1c9ee0f21163..dfcdb1b219200899a0199f2fda68b1983428be18 100644
--- a/multiselect.module
+++ b/multiselect.module
@@ -16,7 +16,7 @@ function multiselect_help($path, $arg) {
       $output = '<p>' . t('Provides a CCK and Form API widget for editing fields that allows users to select from a list of options in a left box and have them visually moved into the right box when options are chosen.') . '</p>';
       $output .= '<h2>' . t('Methods of Implementing a Multiselect Widget') . '</h2>';
       $output .= '<h3>' . t('Method 1: Using CCK') . '</h3>';
-      $output .= '<p>' . t('When creating a new content field, select "Multiselect" as your widget type. You can use Multiselect on fields of type "list", "list_text", "list_number", "node_reference", "taxonomy_term_reference", and "user_reference".') . '</p>';
+      $output .= '<p>' . t('When creating a new content field, select "Multiselect" as your widget type. You can use Multiselect on fields of type "list", "list_text", "list_number", "node_reference", "taxonomy_term_reference", "user_reference", and "entityreference".') . '</p>';
       $output .= '<h3>' . t('Method 2: Coding Your Own Module') . '</h3>';
       $output .= '<p>' . t('If you\'re developing a custom module and wish to use the Multiselect widget in place of a traditional "select" widget, you may use the Drupal 7 Form API. Included with the module is an example module called "multiselect_fapi_example" that creates a simple form on a page that stores the selected options in the Drupal "variables" table. The page is made available at the path: /multiselect_fapi_example.') . '</p>';
       break;
