From 591a8a6b431c812eaa2a5296e032159654e9ce59 Mon Sep 17 00:00:00 2001 From: Kurund Jalmi Date: Fri, 1 Mar 2013 23:19:20 +0530 Subject: [PATCH] update gitify help --- bin/gitify | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/gitify b/bin/gitify index 240d8909ae..825cc89461 100755 --- a/bin/gitify +++ b/bin/gitify @@ -77,13 +77,13 @@ if [ -z "$CIVICRM_ROOT" -o ! -d "$CIVICRM_ROOT" -o -z "$GIT_BASE_URL" -o -z "$CI echo "Note: If pointing to a pre-existing directory, your local changes may be replaced by" echo "the pristine code from git/svn. If you've made changes, then make sure there's a backup!" echo "" - echo "example: $0 Drupal git://github.com/wariocrm /var/www/drupal7/sites/all/modules/civicrm" + echo "example: $0 Drupal git://github.com/civicrm /var/www/drupal7/sites/all/modules/civicrm" echo " (checkout core code plus Drupal 7.x integration code using Git's read-only protocol)" echo "" - echo "example: $0 Drupal6 https://github.com/wariocrm /var/www/drupal6/sites/all/modules/civicrm" + echo "example: $0 Drupal6 https://github.com/civicrm /var/www/drupal6/sites/all/modules/civicrm" echo " (checkout core code plus Drupal 6.x integration code using read-only HTTP protocol)" echo "" - echo "example: $0 all git@github.com:wariocrm ~/src/civicrm l10n" + echo "example: $0 all git@github.com:civicrm ~/src/civicrm l10n" echo " (checkout core code plus Drupal 7.x, Joomla, and WordPress integration code and l10n using SSH)" exit 1 fi -- 2.25.1