Skip to content

Commit a3a1920

Browse files
committed
Add new drupal-dependencies page to navigation
1 parent 06e86ad commit a3a1920

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mkdocs_base.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ nav:
7878
- Cron: cron.md
7979
- Drush configuration: using-drush-configuration.md
8080
- Drupal configuration: config-exporting.md
81+
- Drupal dependencies: drupal-dependencies.md
8182
- Site aliases: site-aliases.md
8283
- Output Formats, Fields & Filters: output-formats-filters.md
8384
- Migrate: migrate.md

src/Commands/sql/SqlCommands.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public function query($query = '', $options = ['result-file' => null, 'file' =>
204204
#[CLI\Option(name: 'extra', description: 'Add custom arguments/options when connecting to database (used internally to list tables).')]
205205
#[CLI\Option(name: 'extra-dump', description: 'Add custom arguments/options to the dumping of the database (e.g. <info>mysqldump</info> command).')]
206206
#[CLI\Usage(name: 'drush sql:dump --result-file=../18.sql', description: 'Save SQL dump to the directory above Drupal root.')]
207-
#[CLI\Usage(name: 'drush sql:dump --skip-tables-key=common', description: 'Skip standard tables. See [Drush configuration](../../using-drush-configuration)')]
207+
#[CLI\Usage(name: 'drush sql:dump --skip-tables-key=common', description: 'Skip standard tables. See [Drush configuration](../../using-drush-configuration.md)')]
208208
#[CLI\Usage(name: 'drush sql:dump --extra-dump=--no-data', description: 'Pass extra option to <info>mysqldump</info> command.')]
209209
#[CLI\FieldLabels(labels: ['path' => 'Path'])]
210210
public function dump($options = ['result-file' => self::REQ, 'create-db' => false, 'data-only' => false, 'ordered-dump' => false, 'gzip' => false, 'extra' => self::REQ, 'extra-dump' => self::REQ, 'format' => 'null']): PropertyList

0 commit comments

Comments
 (0)