Skip to content

Commit 01d5e6e

Browse files
authored
[mrcm] Fix parameter description
1 parent c2d6b27 commit 01d5e6e

File tree

1 file changed

+1
-1
lines changed
  • snomed/com.b2international.snowowl.snomed.datastore/src/com/b2international/snowowl/snomed/core/mrcm/io

1 file changed

+1
-1
lines changed

snomed/com.b2international.snowowl.snomed.datastore/src/com/b2international/snowowl/snomed/core/mrcm/io/MrcmCommand.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ private static final class ImportCommand extends Command {
7171
@Parameters(paramLabel = "FILE", description = "The JSON file with MRCM rules to import")
7272
String file;
7373

74-
@Parameters(paramLabel = "BRANCH", description = "The JSON file withMRCM rules to import")
74+
@Parameters(paramLabel = "BRANCH", description = "The branch to import MRCM rules to")
7575
String branch;
7676

7777
@Override

0 commit comments

Comments
 (0)