Skip to content

Commit

Permalink
'pdal info --all' should output '--boundary' too
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Oct 4, 2018
1 parent e546cc6 commit 4cfbc65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernels/InfoKernel.cpp
Expand Up @@ -86,6 +86,7 @@ void InfoKernel::validateSwitches(ProgramArgs& args)
m_showStats = true;
m_showMetadata = true;
m_showSchema = true;
m_boundary = true;
}

if (m_boundary)
Expand Down

0 comments on commit 4cfbc65

Please sign in to comment.