diff --git a/hoot-core/src/main/cpp/hoot/core/cmd/InfoCmd.cpp b/hoot-core/src/main/cpp/hoot/core/cmd/InfoCmd.cpp
index 326ae61..9d93cea 100644
--- a/hoot-core/src/main/cpp/hoot/core/cmd/InfoCmd.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/cmd/InfoCmd.cpp
@@ -43,10 +43,8 @@ namespace hoot
{
/*
- * Although, the types of things this command display aren't expected to grow in regular fashion
- * from this point forward, Some time should probably be spent exploring ways to make the classes
- * containing the information printed out by this command auto-register themselves in a more
- * extensible way.
+ * Some time needs to be spent exploring ways to make the classes containing the information
+ * printed out by this command auto-register themselves in a more extensible way.
*/
class InfoCmd : public BaseCommand
{
@@ -318,8 +316,11 @@ private:
options.append("--conflatable-criteria");
options.append("--conflate-post-operations");
options.append("--conflate-pre-operations");
+ options.append("--criterion-consumers");
options.append("--feature-extractors");
+ options.append("--filters");
options.append("--formats");
+ options.append("--geometry-type-criteria");
options.append("--languages");
options.append("--matchers");
options.append("--match-creators");