Skip to content

v0.2.47..v0.2.48 changeset multiary poi ingest.asciidoc

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/docs/commands/multiary-poi-ingest.asciidoc b/docs/commands/multiary-poi-ingest.asciidoc
index e9d9f2c..d5b963d 100644
--- a/docs/commands/multiary-poi-ingest.asciidoc
+++ b/docs/commands/multiary-poi-ingest.asciidoc
@@ -3,13 +3,13 @@
 
 === Description
 
-The +multiary-poi-ingest+ command ingests POI data for use by the +multiary-conflate+ command by calculating the difference between 
+The +multiary-poi-ingest+ command ingests POI data for use by the +multiary-conflate+ command by calculating the difference between
 new and existing data.
 
 * +newInput+          - path to a supported Hootenanny data format
 * +translationScript+ - path to a translation script used to translate the input data to OSM
-* +referenceOutput+   - path to reference data; must be a Hootenanny API database layer; if the layer does not exist, 
-                        it will be created 
+* +referenceOutput+   - path to reference data; must be a Hootenanny API database layer; if the layer does not exist,
+                        it will be created
 * +changesetOutput+   - path to write the resulting changeset changes to; must be a Spark changeset
 
 === Usage
@@ -21,7 +21,7 @@ multiary-poi-ingest (newInput) (translationScript) (referenceOutput) (changesetO
 ==== Examples
 
 --------------------------------------
-hoot multiary-poi-ingest newData.geonames translations/GeoNames.js hootapidb://hoot:hoottest@localhost:5432/hoot/ReferenceLayer changeset.spark.1 
+hoot multiary-poi-ingest newData.geonames translations/GeoNames.js hootapidb://hoot:hoottest@localhost:5432/hoot/ReferenceLayer changeset.spark.1
 
-hoot multiary-poi-ingest planet.osm.pbf translations/OSM_Ingest.js hootapidb://hoot:hoottest@localhost:5432/hoot/ReferenceLayer changeset.spark.1 
+hoot multiary-poi-ingest planet.osm.pbf translations/OSM_Ingest.js hootapidb://hoot:hoottest@localhost:5432/hoot/ReferenceLayer changeset.spark.1
 --------------------------------------
Clone this wiki locally