Skip to content

Commit 5f52306

Browse files
fix: the help message of -single-jar (#746)
1 parent 7293610 commit 5f52306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cobj/cobj.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ static void cobc_print_usage(void) {
914914
"generated source code"));
915915
puts(_(" -m, -jar Create <PROGRAM-ID>.jar and "
916916
"remove class files"));
917-
puts(_(" -single-jar=<JAR file name> Create <JAR file name>.jar and "
917+
puts(_(" -single-jar=<JAR file name> Create <JAR file name> and "
918918
"remove class files"));
919919
puts(_(" The JAR file contains all class "
920920
"files of all specified COBOL programs"));

0 commit comments

Comments
 (0)