diff options
author | emkael <emkael@tlen.pl> | 2015-03-04 23:29:36 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2015-03-04 23:29:36 +0100 |
commit | 67b65b0f032e01c737a15ad26f817cd7cd83c3c3 (patch) | |
tree | bc41879bd8f5494134df64d97c01c87adfc991e1 /import | |
parent | 1a815e2be0db6688428a15f58cb86fc18be79603 (diff) |
* formatting fixes
Diffstat (limited to 'import')
-rw-r--r-- | import/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/import/README.md b/import/README.md index 6573d3a..21b9f92 100644 --- a/import/README.md +++ b/import/README.md @@ -15,11 +15,11 @@ Requirements Usage ===== - ./00_base_import.sh [MYSQL PARAMETERS] + ./00_base_import.sh [MYSQL_PARAMETERS] - ./01_integrity_import.sh [MYSQL PARAMETERS] + ./01_integrity_import.sh [MYSQL_PARAMETERS] - mysql [MYSQL PARAMETERS] < ./10_fixes.sql + mysql [MYSQL_PARAMETERS] < ./10_fixes.sql Under the hood |