diff --git a/docs/commands/perty.asciidoc b/docs/commands/perty.asciidoc
index c6212c1..b01ade7 100644
--- a/docs/commands/perty.asciidoc
+++ b/docs/commands/perty.asciidoc
@@ -6,8 +6,8 @@
The +perty+ command perturbs map data. It reads from input, permutes the data, and writes to output files. The +perty+ command is
based on the paper, "Evaluating conflation methods using uncertainty modeling," P. Doucette, et. al, 2012.
-* +input+ - Input (e.g. .osm file).
-* +output+ - Output (e.g. .osm file). If specifying --score or --test this should be a directory.
+* +input+ - Input; may be any supported input format (e.g. OSM file).
+* +output+ - Output; may be any supported output format (e.g. OSM file).. If specifying --score or --test this must be a directory.
* +--score+ - (optional) Generates a PERTY score for a conflation operation. Must be specified after configuration options. Not
valid in combination with the --test option. This option causes the command to read from reference input, create
a permuted copy of the reference data, conflate the referenced data with the permuted data, and then write the reference
@@ -18,7 +18,7 @@ based on the paper, "Evaluating conflation methods using uncertainty modeling,"
=== Optional Defines
-perty.* configuration options can be used with this command. See the Configuration Options section for details.
+perty.* and random.* configuration options can be used with this command. See the Configuration Options section for details.
=== Usage
@@ -77,4 +77,5 @@ size as the number of of test runs. This effectively disables the score validat
=== See Also
* `perty.*` configuration options
+* https://github.com/ngageoint/hootenanny/blob/master/docs/user/SupportedDataFormats.asciidoc#applying-changes-1[Supported Input Formats]