|
140 | 140 | " jar files\n" \
|
141 | 141 | " A " JAVA_CLASSPATH_SEPARATOR \
|
142 | 142 | " separated list of directories and JAR\n" \
|
143 |
| - " archives to search for class files.\n" \ |
| 143 | + " archives to search for class files.\n" \ |
144 | 144 | " --main-class class-name set the name of the main class\n"
|
145 | 145 |
|
146 | 146 | #define HELP_JAVA_METHOD_NAME /* NOLINT(*) */ \
|
|
150 | 150 |
|
151 | 151 | #define HELP_JAVA_CLASS_NAME /* NOLINT(*) */ \
|
152 | 152 | " class-name name of class\n" \
|
153 |
| - " The entry point is the method specified by\n" /* NOLINT(*) */ \ |
| 153 | + " The entry point is the method specified by\n" \ |
154 | 154 | " --function, or otherwise, the\n" \
|
155 | 155 | " public static void main(String[])\n" \
|
156 | 156 | " method of the given class.\n"
|
|
159 | 159 | "(jar):"
|
160 | 160 |
|
161 | 161 | #define HELP_JAVA_JAR /* NOLINT(*) */ \
|
162 |
| - " -jar jarfile JAR file to be checked\n" \ |
| 162 | + " -jar jarfile JAR file to be checked\n" \ |
163 | 163 | " The entry point is the method specified by\n" \
|
164 | 164 | " --function or otherwise, the\n" \
|
165 | 165 | " public static void main(String[]) method\n" \
|
|
0 commit comments