You are here

function epub_drush_help in Epub 7

Implements hook_drush_help().

File

./epub.drush.inc, line 5

Code

function epub_drush_help($command) {
  switch ($command) {
    case 'drush:epub-flush':
      return dt('Set the mime of uploaded epub files from "application/octet-stream" to "application/epub+zip" and unzip the epub files on the server.');
  }
}