diff --git a/kernels/InfoKernel.cpp b/kernels/InfoKernel.cpp index 51882993a7..9937c460b9 100644 --- a/kernels/InfoKernel.cpp +++ b/kernels/InfoKernel.cpp @@ -86,6 +86,7 @@ void InfoKernel::validateSwitches(ProgramArgs& args) m_showStats = true; m_showMetadata = true; m_showSchema = true; + m_boundary = true; } if (m_boundary)