Skip to content

Commit

Permalink
adjusted help description to include rdh option
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasbehnke committed Mar 10, 2014
1 parent 3593f34 commit b7209a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class ShowDepdendencyCyclesGraph extends BaseTypeLoadingCommand {

private final static String NAME = "cycles";

private final static String DESCRIPTION = "Show call graph for each dependency cycle in the loaded libraries. Cycles within class hierachies are omitted.";
private final static String DESCRIPTION = "Show call graph for each dependency cycle in the loaded libraries. Cycles within class hierachies are omitted, if option -rdh is not provided.";

@Override
public String getName() {
Expand Down

0 comments on commit b7209a9

Please sign in to comment.