Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Fix project name for core in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfremer authored and helmo committed Apr 22, 2016
1 parent cbf1389 commit a034996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patchfile.drush.inc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function patchfile_drush_command() {
$items['patch-project'] = array(
'description' => 'Apply all the patches for a specific project as listed in the patch file.',
'arguments' => array(
'project-name' => 'The name of the module, theme, profile, or \'core\' to re-apply patches to.',
'project-name' => 'The name of the module, theme, profile, or \'drupal\' to re-apply patches to.',
'project-directory' => 'Optional, the directory of the project to use for the patches.',
),
'required-arguments' => 1,
Expand All @@ -48,7 +48,7 @@ function patchfile_drush_command() {
$items['patch-add'] = array(
'description' => 'Add a new patch to the patch file.',
'arguments' => array(
'project-name' => 'The name of the module, theme, profile, or \'core\' to re-apply patches to.',
'project-name' => 'The name of the module, theme, profile, or \'drupal\' to re-apply patches to.',
'patch-file' => 'The path to the patch to apply. Can be an external URL.',
),
'required-arguments' => TRUE,
Expand Down

0 comments on commit a034996

Please sign in to comment.