langtools/src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/resources/jdeprscan.properties
changeset 41439 ee4857e4fa85
parent 40596 43b19b36e8e6
child 41863 98b049c8b848
equal deleted inserted replaced
41438:5e21aa284a82 41439:ee4857e4fa85
     1 main.usage=\
     1 main.usage=\
     2 Usage: jdeprscan [options] '{dir|jar|class}' ...\n\
     2 Usage: jdeprscan [options] '{dir|jar|class}' ...\n\
     3 \n\
     3 \n\
     4 options:\n\
     4 options:\n\
     5 \  -cp  --class-path PATH\n\
     5 \       --class-path PATH\n\
     6 \       --for-removal\n\
     6 \       --for-removal\n\
     7 \       --full-version\n\
     7 \       --full-version\n\
     8 \  -h   --help\n\
     8 \  -h   --help\n\
     9 \  -l   --list\n\
     9 \  -l   --list\n\
    10 \       --release 6|7|8|9\n\
    10 \       --release 6|7|8|9\n\
    18 using a fully qualified class name using the $ separator character\n\
    18 using a fully qualified class name using the $ separator character\n\
    19 for nested classes, for example,\n\
    19 for nested classes, for example,\n\
    20 \n\
    20 \n\
    21 \    java.lang.Thread$State\n\
    21 \    java.lang.Thread$State\n\
    22 \n\
    22 \n\
    23 The --class-path (-cp) option provides a search path for resolution\n\
    23 The --class-path option provides a search path for resolution\n\
    24 of dependent classes.\n\
    24 of dependent classes.\n\
    25 \n\
    25 \n\
    26 The --for-removal option limits scanning or listing to APIs that are\n\
    26 The --for-removal option limits scanning or listing to APIs that are\n\
    27 deprecated for removal. Cannot be used with a release value of 6, 7, or 8.\n\
    27 deprecated for removal. Cannot be used with a release value of 6, 7, or 8.\n\
    28 \n\
    28 \n\