? .kdev4
? 838684-drush_prompt-optional.patch
? 844688-drush-site_install-doc.patch
? drush-d7_watchdog_constant-20100312.patch
? drush-prompt-doc.patch
? drush.kdev4
? socket.patch
? includes/table.inc
Index: includes/drush.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/drush/includes/drush.inc,v
retrieving revision 1.123
diff -u -p -r1.123 drush.inc
--- includes/drush.inc	7 Aug 2010 18:36:05 -0000	1.123
+++ includes/drush.inc	8 Aug 2010 06:08:13 -0000
@@ -935,6 +935,14 @@ function drush_choice($options, $prompt 
  * The input can be anything that fits on a single line (not only y/n),
  * so we can't use drush_confirm()
  *
+ * @param $prompt
+ *   The text which is displayed to the user.
+ * @param $default
+ *   The default value of the input.
+ * @param $optional
+ *   If this flag is set you can use a empty default value and continue even
+ *   no value is in the input.
+ *
  * @see drush_confirm()
  */
 function drush_prompt($prompt, $default = NULL, $optional = FALSE) {
