Skip to content

Commit

Permalink
Merge pull request #91 from heuermh/usage-width
Browse files Browse the repository at this point in the history
Minor change, increase adam-cli usage width to 150 characters
  • Loading branch information
tdanford committed Feb 10, 2014
2 parents bf60cb9 + e17c290 commit b8dd42a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ object Args4j {
def apply[T <% Args4jBase : Manifest](args: Array[String]): T = {
val args4j: T = manifest[T].erasure.asInstanceOf[Class[T]].newInstance()
val parser = new CmdLineParser(args4j)
parser.setUsageWidth(150);

def displayHelp(exitCode: Int = 0) = {
parser.printUsage(System.out)
Expand Down

0 comments on commit b8dd42a

Please sign in to comment.