From 25929db96b7fbe19e35d695ce6b775a807b28aa1 Mon Sep 17 00:00:00 2001 From: Colan Schwartz Date: Wed, 10 Feb 2016 13:11:21 -0500 Subject: [PATCH] Issue #7: git branch -> git repository. --- config_extra.drush.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_extra.drush.inc b/config_extra.drush.inc index b86c483..a9e4278 100644 --- a/config_extra.drush.inc +++ b/config_extra.drush.inc @@ -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(