diff --git a/hoot-core/src/main/cpp/hoot/core/cmd/TagDistributionCmd.cpp b/hoot-core/src/main/cpp/hoot/core/cmd/TagDistributionCmd.cpp
index abe6344..b0098c6 100644
--- a/hoot-core/src/main/cpp/hoot/core/cmd/TagDistributionCmd.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/cmd/TagDistributionCmd.cpp
@@ -128,6 +128,8 @@ public:
tagDist.setTagKeys(tagKeys);
tagDist.setTokenize(tokenize);
+ // We may want to eventually consider refactoring this to write to a file support very large
+ // amounts of output.
std::cout << tagDist.getTagCountsString(tagDist.getTagCounts(inputs));
return 0;