scor / dgb

Drupal Git Backup (dgb) script for backing up Drupal sites with Git and Drush
46 stars 6 forks source link

Remove -- before message options to avoid drush Unknown Options error. #7

Closed rocketnova closed 12 years ago

rocketnova commented 12 years ago

Hey scor,

The double dashes (--) before the m option is causing drush to throw Unknown Option (i.e. "Unknown option: --m. See drush help dgb-commit for available options. To suppress this error, add the [error] option --strict=0."). This is happening at least with drush 5.

Cheers, Rocket

scor commented 12 years ago

Thanks for the pull request!