Skip to content

v0.2.48..v0.2.49 changeset score matches.asciidoc

Garret Voltz edited this page Oct 2, 2019 · 1 revision
diff --git a/docs/commands/score-matches.asciidoc b/docs/commands/score-matches.asciidoc
index 805942f..00e1828 100644
--- a/docs/commands/score-matches.asciidoc
+++ b/docs/commands/score-matches.asciidoc
@@ -7,9 +7,9 @@ The +score-matches+ command scores how well conflation performs using manually m
 adds UUIDs, conflates using unify, and scores the matches. The command will return  an error if the first input file contains any
 REF2 tags or the second input file contains any REF1 tags.
 
-* +input1+      - Input 1 (e.g. .osm file).
-* +input2+      - Input 2 (e.g. .osm file).
-* +output+      - Output file for debugging (e.g. .osm file). Only the first conflation will be output.
+* +input1+      - Input 1; may be any supported input format (e.g. OSM file).
+* +input2+      - Input 2; may be any supported input format (e.g. OSM file).
+* +output+      - Output file for debugging; may be any supported output format (e.g. OSM file). Only the first conflation will be output.
 * +--confusion+ - print the confusion matrix
 * +--optimize+  - optimizes the scoring function
 
@@ -22,4 +22,5 @@ score-matches [--confusion] [--optimize] (input1 input2) [input1 input2 ...] (ou
 === See Also
 
 * <<hootDevGuide, HootenannyManualConflation>>
+* https://github.com/ngageoint/hootenanny/blob/master/docs/user/SupportedDataFormats.asciidoc#applying-changes-1[Supported Input Formats]
 
Clone this wiki locally