Skip to content

v0.2.48..v0.2.49 changeset stats.asciidoc

Garret Voltz edited this page Oct 2, 2019 · 1 revision
diff --git a/docs/commands/stats.asciidoc b/docs/commands/stats.asciidoc
index 09a6546..5e553d3 100644
--- a/docs/commands/stats.asciidoc
+++ b/docs/commands/stats.asciidoc
@@ -5,14 +5,17 @@
 
 The +stats+ command reads input and writes out map statistics such as node and way count.
 
-* +quick+  - Only calculate subset of statistics.
-* +output+ - Write the stats to +path+ file.
-* +path+   - Output file path, supported file types are text and json.
-* +input+  - The input map path.
+* +input+         - Input map; may be any supported input format (e.g. OSM file).
+* +--brief+       - Only calculate subset of statistics.
+* +--output=path+ - Output file path; supported file types are text (*.txt) and JSON (*.json). 
 
 === Usage
 
 --------------------------------------
-stats [--brief] [--output=path] (input) [input2, ...]
+stats (input) [input2, ...] [--brief] [--output=path] 
 --------------------------------------
 
+=== See Also
+
+* https://github.com/ngageoint/hootenanny/blob/master/docs/user/SupportedDataFormats.asciidoc#applying-changes-1[Supported Input Formats]
+
Clone this wiki locally