Skip to content

Commit

Permalink
Added -meter option to have SiteMeter stuff on the sample output.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncurrier committed Oct 31, 2006
1 parent 9350fa5 commit 06ea8c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/net/sourceforge/schemaspy/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ public static void main(String[] argv) {
System.setProperty("commentsInitiallyDisplayed", String.valueOf(args.remove("-cid")));
System.setProperty("displayTableComments", String.valueOf(!args.remove("-notablecomments")));
System.setProperty("displayNumRows", String.valueOf(!args.remove("-norows")));
System.setProperty("isMetered", String.valueOf(args.remove("-meter")));


Pattern exclusions;
Expand Down

0 comments on commit 06ea8c6

Please sign in to comment.