Home
last modified time | relevance | path

Searched defs:getCommandDescription (Results 1 – 2 of 2) sorted by relevance

/external/smali/util/src/main/java/org/jf/util/jcommander/
DExtendedCommands.java143 public static String getCommandDescription(@Nonnull JCommander jc) { in getCommandDescription() method in ExtendedCommands
/external/jcommander/src/main/java/com/beust/jcommander/
DJCommander.java1000 public String getCommandDescription(String commandName) { in getCommandDescription() method in JCommander