< prev index next >

src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps.properties

Print this page
rev 48074 : 8189102: All tools should support -?, -h and --help
Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini
   1 main.usage.summary=\
   2 Usage: {0} <options> <path ...>]\n\
   3 use -h, -?, -help, or --help for a list of possible options
   4 
   5 main.usage=\
   6 Usage: {0} <options> <path ...>]\n\
   7 <path> can be a pathname to a .class file, a directory, a JAR file.\n\
   8 \n\
   9 Possible options include:
  10 
  11 error.prefix=Error:
  12 warn.prefix=Warning:
  13 
  14 main.opt.h=\
  15 \  -h -? -help\n\
  16 \  --help                        Print this usage message
  17 
  18 main.opt.version=\
  19 \  -version --version            Version information
  20 
  21 main.opt.v=\
  22 \  -v       -verbose             Print all class level dependences\n\
  23 \                                Equivalent to -verbose:class -filter:none.\n\
  24 \  -verbose:package              Print package-level dependences excluding\n\
  25 \                                dependences within the same package by default\n\
  26 \  -verbose:class                Print class-level dependences excluding\n\
  27 \                                dependences within the same package by default
  28 
  29 main.opt.s=\
  30 \  -s       -summary             Print dependency summary only.
  31 
  32 main.opt.f=\
  33 \  -f <regex> -filter <regex>    Filter dependences matching the given\n\
  34 \                                pattern. If given multiple times, the last\n\
  35 \                                one will be used.\n\
  36 \  -filter:package               Filter dependences within the same package.\n\


   1 main.usage.summary=\
   2 Usage: {0} <options> <path ...>]\n\
   3 use --help for a list of possible options
   4 
   5 main.usage=\
   6 Usage: {0} <options> <path ...>]\n\
   7 <path> can be a pathname to a .class file, a directory, a JAR file.\n\
   8 \n\
   9 Possible options include:
  10 
  11 error.prefix=Error:
  12 warn.prefix=Warning:
  13 
  14 main.opt.h=\
  15 \  -h -? --help                  Print this help message

  16 
  17 main.opt.version=\
  18 \  -version --version            Version information
  19 
  20 main.opt.v=\
  21 \  -v       -verbose             Print all class level dependences\n\
  22 \                                Equivalent to -verbose:class -filter:none.\n\
  23 \  -verbose:package              Print package-level dependences excluding\n\
  24 \                                dependences within the same package by default\n\
  25 \  -verbose:class                Print class-level dependences excluding\n\
  26 \                                dependences within the same package by default
  27 
  28 main.opt.s=\
  29 \  -s       -summary             Print dependency summary only.
  30 
  31 main.opt.f=\
  32 \  -f <regex> -filter <regex>    Filter dependences matching the given\n\
  33 \                                pattern. If given multiple times, the last\n\
  34 \                                one will be used.\n\
  35 \  -filter:package               Filter dependences within the same package.\n\


< prev index next >