We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24250e5 + 5f52306 commit a6b593aCopy full SHA for a6b593a
cobj/cobj.c
@@ -914,7 +914,7 @@ static void cobc_print_usage(void) {
914
"generated source code"));
915
puts(_(" -m, -jar Create <PROGRAM-ID>.jar and "
916
"remove class files"));
917
- puts(_(" -single-jar=<JAR file name> Create <JAR file name>.jar and "
+ puts(_(" -single-jar=<JAR file name> Create <JAR file name> and "
918
919
puts(_(" The JAR file contains all class "
920
"files of all specified COBOL programs"));
libcobj/app/build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
id("java")
8
id("maven-publish")
9
pmd
10
- id("com.github.spotbugs") version "6.4.4"
+ id("com.github.spotbugs") version "6.4.5"
11
}
12
13
repositories {
0 commit comments