Merge remote-tracking branch 'upstream/4.5' into 4.5-4.6-2015-04-06-18-05-56
[civicrm-core.git] / bin / csv / import.php
index 3495865184ce857403cf94f2ca05756cba7ff429..aa17e60281117e7b853a9ad48a9bfb945eccb6df 100644 (file)
@@ -21,7 +21,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * Import records from a csv file passed as an argument.
@@ -30,7 +30,7 @@
  * php bin/csv/import.php -e <entity> --file /path/to/csv/file [ -s site.org ]
  * e.g.: php bin/csv/import.php -e Contact --file /tmp/import.csv
  *
- **/
+ */
 require_once dirname(__DIR__) . '/cli.class.php';
 
 $entityImporter = new civicrm_cli_csv_importer();