diff --git a/apachesolr_search.admin.inc b/apachesolr_search.admin.inc
index 6d7cf14..9ea086b 100644
--- a/apachesolr_search.admin.inc
+++ b/apachesolr_search.admin.inc
@@ -385,7 +385,7 @@ function apachesolr_search_page_settings_form($form, &$form_state, $search_page
   $form['advanced']['apachesolr_search_allow_user_input'] = array(
     '#type' => 'checkbox',
     '#title' => t('Allow user input using the URL'),
-    '#description' => t('Allow users to use the URL (mysite.com?q=test&fq=userinput) for manual facetting. This will only work after a search term is searched. Recommended is to leave this unchecked'),
+    '#description' => t('Allow users to use the URL for manual facetting via fq[]= params (e.g. http://mysite.com/search/site/test&fq[]=tid:99). This will only work after a term is searched. Recommended value is unchecked'),
     '#default_value' => $default_value,
   );
 
