Skip to content
Snippets Groups Projects
Commit 2925be26 authored by Florian Angerer's avatar Florian Angerer
Browse files

Updated help page.

parent e9adcff8
No related branches found
No related tags found
No related merge requests found
......@@ -204,6 +204,7 @@ public class PTAMain {
sb.append(" --glob GLOB\t\tGlob-style directory filter for packages to consider (default: \"*\").").append(LF);
sb.append(" --outDir PATH\tPath to directory for HTML output (default: \"html\").").append(LF);
sb.append(" --console\t\tPrint output to console (by default, only errors are printed).").append(LF);
sb.append(" --verbose\t\tUse highest verbosity level.").append(LF);
System.out.println(sb.toString());
System.exit(1);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment