Skip to content

Commit

Permalink
Use json instead of xml in apps/index docs (#1710)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski authored and hobu committed Oct 25, 2017
1 parent ea6d62c commit e92e5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/apps/index.rst
Expand Up @@ -11,7 +11,7 @@ are run by invoking the ``pdal`` application along with a command name:

$ pdal info myfile.las
$ pdal translate input.las output.las
$ pdal pipeline --stdin < myxml.xml
$ pdal pipeline --stdin < pipeline.json

Help for each command can be retrieved via the ``--help`` switch. The
``--drivers`` and ``--options`` switches can tell you more about particular
Expand Down

0 comments on commit e92e5f7

Please sign in to comment.