Skip to content

Commit

Permalink
added some consts to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ifsnop committed Sep 15, 2014
1 parent afaa56c commit f67ff4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ Plain old PHP:
- **exclude-tables**
- Exclude these tables (array of table names)
- **compress**
- Gzip, Bzip2, None
- Gzip, Bzip2, None.
- Could be specified using the declared consts: IMysqldump\Mysqldump::GZIP, IMysqldump\Mysqldump::BZIP2 or IMysqldump\Mysqldump::NONE
- **no-data**
- http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html#option_mysqldump_no-data
- **add-drop-table**
Expand Down

0 comments on commit f67ff4d

Please sign in to comment.