Skip to content

Commit

Permalink
app: Fix description of tool command line
Browse files Browse the repository at this point in the history
  • Loading branch information
pfurio committed Jun 2, 2017
1 parent 8329bc8 commit 2728f16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* Created by jtarraga on 02/06/17.
*/
@Parameters(commandNames = {"tools"}, commandDescription = "Run external commands")
@Parameters(commandNames = {"tools"}, commandDescription = "Run external tools and analysis")
public class ToolCommandOptions {

public JCommander jCommander;
Expand Down

0 comments on commit 2728f16

Please sign in to comment.