Oops. Forgot to update the usage message.
authorwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Fri, 21 Jan 2005 20:44:41 +0000 (20:44 +0000)
committerwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Fri, 21 Jan 2005 20:44:41 +0000 (20:44 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1216 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

src/edu/internet2/middleware/shibboleth/utils/MetadataTool.java

index 8316778..afb8d77 100644 (file)
@@ -270,6 +270,7 @@ public class MetadataTool
         out.println("  -h,--help            print this message");
         out.println("  -x,--ns              XML namespace of root element");
         out.println("  -n,--name            name of root element");
+        out.println("  -d, --debug          run in debug mode");
         out.println();
         System.exit(1);
     }