Skip to content

v0.2.48..v0.2.49 changeset diff.asciidoc

Garret Voltz edited this page Oct 2, 2019 · 1 revision
diff --git a/docs/commands/diff.asciidoc b/docs/commands/diff.asciidoc
index 4723028..6fdb5f7 100644
--- a/docs/commands/diff.asciidoc
+++ b/docs/commands/diff.asciidoc
@@ -6,10 +6,10 @@
 The +diff+ command checks to see if maps are essentially the same. It returns 0 if they are the same or 1 if they differ
 significantly. If they differ significantly, warnings will be printed with more information.
 
+* +input1+          - Input 1; may be any supported input format (e.g. OSM file).
+* +intpu2+          - Input 2; may be any supported input format (e.g. OSM file).
 * +--ignore-uuid+   - Ignore UUID's in the map comparison
 * +--use-datetime+  - Do not ignore source:datetime & source:ingest:datetime
-* +input1+          - Input 1 (e.g. .osm file).
-* +intpu2+          - Input 2 (e.g. .osm file).
 
 === Usage
 
@@ -17,3 +17,7 @@ significantly. If they differ significantly, warnings will be printed with more
 diff [--ignore-uuid] [--use-datetime] (input1) (input2)
 --------------------------------------
 
+=== See Also
+
+* https://github.com/ngageoint/hootenanny/blob/master/docs/user/SupportedDataFormats.asciidoc#applying-changes-1[Supported Input Formats]
+
Clone this wiki locally