Skip to content

Commit

Permalink
cmd line alias clash -v with derived project - removing "-v" as verbo…
Browse files Browse the repository at this point in the history
…se switch
  • Loading branch information
sannies committed Sep 1, 2014
1 parent 9c4e623 commit e63de2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class DashFileSet implements Command {
metaVar = "PATH")
protected File outputDirectory = new File("");

@Option(name = "--verbose", aliases = "-v", usage = "use switch to produce log output")
@Option(name = "--verbose", usage = "use switch to produce log output")
protected boolean verbose = false;

@Option(name = "--explode", aliases = "-x", usage = "If this option is set each segement will be written in a single file")
Expand Down

0 comments on commit e63de2c

Please sign in to comment.