diff --git a/docs/commands.html b/docs/commands.html
index 50f4715..a603653 100644
--- a/docs/commands.html
+++ b/docs/commands.html
@@ -157,6 +157,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/environment.inc b/includes/environment.inc
index 511638d..3d68ba1 100644
--- a/includes/environment.inc
+++ b/includes/environment.inc
@@ -92,8 +92,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.
  *
@@ -105,6 +103,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.
  *
