Skip to content

Commit

Permalink
Update drush sql-sync --target-dump and --source-dump documentation. …
Browse files Browse the repository at this point in the history
…See #1435
  • Loading branch information
jbickar committed Feb 12, 2016
1 parent 66bff10 commit 54a17d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/sql/sqlsync.drush.inc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function sqlsync_drush_command() {
'source-db-url' => 'Database specification for source system to dump from.',
'source-remote-port' => 'Override sql database port number in source-db-url. Optional.',
'source-remote-host' => 'Remote machine to run sql-dump file on. Optional; default is local machine.',
'source-dump' => 'The destination for the dump file, or the path to the dump file when --no-dump is specified.',
'source-dump' => 'The destination for the dump file, or the path to the dump file when --no-dump is specified. Format: "--source-dump=/dumpdir/db.sql"',
'source-database' => 'A key in the $db_url (D6) or $databases (D7+) array which provides the data.',
'source-target' => array(
'description' => 'A key within the SOURCE database identifying a particular server in the database group.',
Expand All @@ -59,7 +59,7 @@ function sqlsync_drush_command() {
'target-db-url' => '',
'target-remote-port' => '',
'target-remote-host' => '',
'target-dump' => 'A path for saving the dump file on target. Mandatory when using --no-sync.',
'target-dump' => 'A path for saving the dump file on target. Mandatory when using --no-sync. Format: "--target-dump=/dumpdir/db.sql.gz"',
'target-database' => 'A key in the $db_url (D6) or $databases (D7+) array which shall receive the data.',
'target-target' => array(
'description' => 'Oy. A key within the TARGET database identifying a particular server in the database group.',
Expand Down

0 comments on commit 54a17d6

Please sign in to comment.