Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
pron committed Dec 19, 2016
1 parent e83408b commit a7e8312
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions capsule/src/main/java/Capsule.java
Expand Up @@ -1268,6 +1268,7 @@ private static void printHelp(boolean simple) {
}

void introspect(List<String> args) {
STDERR.println("Capsule version: " + VERSION);
for (Map.Entry<String, Object[]> entry : ATTRIBS.entrySet()) {
final String attrib = entry.getKey();

Expand Down

0 comments on commit a7e8312

Please sign in to comment.