Skip to content

Commit

Permalink
Fix ard docs
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Nov 25, 2023
1 parent 4f9b937 commit 4c8f3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/core/ArchiveDumpCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ final class ArchiveDumpCommands extends DrushCommands
*/
#[CLI\Command(name: self::DUMP, aliases: ['ard'])]
#[CLI\ValidatePhpExtensions(extensions: ['Phar'])]
#[CLI\Option(name: 'destination', description: 'The full path and filename in which the archive should be stored. Any relative path will be calculated from Drupal root (usually <info>web</web> for drupal/recommended-project projects). If omitted, it will be saved to the configured temp directory.')]
#[CLI\Option(name: 'destination', description: 'The full path and filename in which the archive should be stored. Any relative path will be calculated from Drupal root (usually <info>web</info> for drupal/recommended-project projects). If omitted, it will be saved to the configured temp directory.')]
#[CLI\Option(name: 'overwrite', description: 'Overwrite destination file if exists.')]
#[CLI\Option(name: 'code', description: 'Archive codebase.')]
#[CLI\Option(name: 'exclude-code-paths', description: 'Comma-separated list of paths (or regular expressions matching paths) to exclude from the code archive.')]
Expand Down

0 comments on commit 4c8f3ec

Please sign in to comment.