Skip to content

Commit 2ca546f

Browse files
committed
Fix a wrong description for the JSON Generator
1 parent 4c49c34 commit 2ca546f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/samm-cli/src/main/java/org/eclipse/esmf/aspect/to/AspectToJsonCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
@CommandLine.Command(
2727
name = AspectToJsonCommand.COMMAND_NAME,
28-
description = "Generate OpenAPI JSON specification for an Aspect Model",
28+
description = "Generate example JSON payload data for an Aspect Model",
2929
descriptionHeading = "%n@|bold Description|@:%n%n",
3030
parameterListHeading = "%n@|bold Parameters|@:%n",
3131
optionListHeading = "%n@|bold Options|@:%n"

0 commit comments

Comments
 (0)