Skip to content

Commit

Permalink
Added missing 'version' command to usage help.
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvaka committed Aug 20, 2019
1 parent 9277cf8 commit c2d6ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/datadog/jmxfetch/AppConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public class AppConfig {

@Parameter(
description =
"Action to take, should be in [help, collect, "
"Action to take, should be in [help, version, collect, "
+ "list_everything, list_collected_attributes, list_matching_attributes, "
+ "list_not_matching_attributes, list_limited_attributes, list_jvms]",
required = true)
Expand Down

0 comments on commit c2d6ff2

Please sign in to comment.