Update tools.md for new CheckForMetadataProblems output (#287)

diff --git a/_docs-2/troubleshooting/tools.md b/_docs-2/troubleshooting/tools.md
index 7083c21..e069793 100644
--- a/_docs-2/troubleshooting/tools.md
+++ b/_docs-2/troubleshooting/tools.md
@@ -102,13 +102,14 @@
 
     $ accumulo org.apache.accumulo.server.util.CheckForMetadataProblems -u root --password
     Enter the connection password:
-    Checking table: accumulo.root
-    All is well for table !0
-    No problems found
-    Checking table: accumulo.metadata
-    All is well for table +rep
-    All is well for table 1
-    No problems found
+    Checking tables whose metadata is found in: accumulo.root (+r)
+    ...All is well for table accumulo.metadata (!0)
+    No problems found in accumulo.root (+r)
+
+    Checking tables whose metadata is found in: accumulo.metadata (!0)
+    ...All is well for table accumulo.replication (+rep)
+    ...All is well for table trace (1)
+    No problems found in accumulo.metadata (!0)
 
 ## RemoveEntriesForMissingFiles