1 main.usage.summary=\
   2 Usage: {0} <options> <files....>\n\
   3 use -h or --help for a list of possible options
   4 
   5 main.usage=\
   6 Usage: {0} <options> <files....>\n\
   7 where possible options include:
   8 
   9 error.prefix=Error:
  10 warn.prefix=Warning:
  11 
  12 main.opt.h=\
  13 \  -h  --help               Print this usage message
  14 
  15 main.opt.version=\
  16 \  -version                 Version information
  17 
  18 main.opt.v=\
  19 \  -v  --verbose            Print class-level dependencies
  20 
  21 main.opt.v.class=\
  22 \  -v:class                 Print class-level dependencies
  23 
  24 main.opt.v.package=\
  25 \  -v:package               Print package-level dependencies
  26 
  27 main.opt.summary=\
  28 \  -summary                 Print dependency summary only
  29 
  30 main.opt.all=\
  31 \  -all                     Process all classes specified in -classpath
  32 
  33 main.opt.p=\
  34 \  -p <package name>        Restrict analysis to classes in this package\n\
  35 \                           (may be given multiple times)
  36 
  37 main.opt.e=\
  38 \  -e <regex>               Restrict analysis to packages matching pattern\n\
  39 \                           (-p and -e are exclusive)
  40 
  41 main.opt.P=\
  42 \  -P  --profile            Show profile or the file containing a package
  43 
  44 main.opt.classpath=\
  45 \  -classpath <path>        Specify where to find class files
  46 
  47 main.opt.R=\
  48 \  -R  --recursive          Traverse all dependencies recursively
  49 
  50 main.opt.d=\
  51 \  -d <depth>               Specify the depth of the transitive dependency analysis\n\
  52 \                           -r option is equivalent to setting depth to 0.
  53 
  54 err.unknown.option=unknown option: {0}
  55 err.missing.arg=no value given for {0}
  56 err.internal.error=internal error: {0} {1} {2}
  57 err.invalid.arg.for.option=invalid argument for option: {0}
  58 warn.file.not.exist=file does not exist: {0}
  59 warn.split.package=package {0} defined in {1} {2}