diff --git a/docs/commands.html b/docs/commands.html
index 8bfefbe..0ce0544 100644
--- a/docs/commands.html
+++ b/docs/commands.html
@@ -158,6 +158,8 @@ are shown below.
       <li>DRUSH_BOOTSTRAP_DRUPAL_LOGIN
       <li>DRUSH_BOOTSTRAP_MAX
 </ul>
+     The default value is DRUSH_BOOTSTRAP_DRUPAL_LOGIN.
+
      See `drush topic docs-bootstrap`.
 
 <li>'core':
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 20d189b..148fadc 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -97,8 +97,6 @@ define('DRUSH_BOOTSTRAP_DRUPAL_DATABASE', 4);
 /**
  * Fully initialize Drupal.
  *
- * This is the default bootstrap phase all commands will try to reach,
- * unless otherwise specified.
  * This is analogous to the DRUPAL_BOOTSTRAP_FULL bootstrap phase in
  * Drupal.
  *
@@ -110,6 +108,9 @@ define('DRUSH_BOOTSTRAP_DRUPAL_FULL', 5);
 /**
  * Log in to the initialiased Drupal site.
  *
+ * This is the default bootstrap phase all commands will try to reach,
+ * unless otherwise specified.
+ *
  * This bootstrap phase is used after the site has been
  * fully bootstrapped.
  *
