Skip to content

Commit 1e69191

Browse files
author
Roberto Lombi
committed
Update geonames_importer.sh
"mysql" typo
1 parent 83e2959 commit 1e69191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geonames_importer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ usage() {
2121
echo " This is to operate with the geographic database"
2222
echo " Where <action> can be one of this: "
2323
echo " download-data Downloads the last packages of data available in GeoNames."
24-
echo " create-db Creates the mysl database structure with no data."
24+
echo " create-db Creates the mysql database structure with no data."
2525
echo " import-dumps Imports geonames data into db. A database is previously needed for this to work."
2626
echo " drop-db Removes the db completely."
2727
echo " truncate-db Removes geonames data from db."

0 commit comments

Comments
 (0)