Skip to content

Commit

Permalink
Issue drush-ops#7: git branch -> git repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
colans committed Feb 10, 2016
1 parent a6942ba commit 25929db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_extra.drush.inc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function config_extra_drush_command() {
'fetch-only' => "Don't run `git mergetool`; fetch all configuration changes from both sites, and merge them onto the working branch. May result in unresolved merge conflicts.",
'git' => "Fetch changes from the other site using git instead of rsync.",
'remote' => array(
'description' => 'The remote git branch to use to fetch changes. Defaults to "origin".',
'description' => 'The remote git repository to use to fetch changes. Defaults to "origin".',
'example-value' => 'origin',
),
'temp' => array(
Expand Down

0 comments on commit 25929db

Please sign in to comment.