Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
drush_pm_refresh()
contributions/drush/drush_pm/drush_pm.module, line 349
Command callback. Refresh update status information.
<?php
function drush_pm_refresh() {
drush_print(t("Refreshing update status information ..."));
update_refresh();
drush_print(t("Done."));
}
?>