Skip to content

Commit 8f6cb35

Browse files
committed
ST6RI-836 Changed api base path example in help string
1 parent 7e36f12 commit 8f6cb35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

org.omg.sysml.interactive/src/org/omg/sysml/interactive/SysMLInteractiveHelp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public class SysMLInteractiveHelp {
124124
+ "If <BASE PATH> is given, set the repository base path.\r\n"
125125
+ "\r\n"
126126
+ "<BASE PATH> is a URL giving the API base path for the repository access by the %projects, %publish and %load commands. \r\n"
127-
+ "For example: " + ApiElementProcessingFacade.DEFAULT_BASE_PATH;
127+
+ "For example: https://my.domain.com/sysml_repo";
128128

129129
public static String getGeneralHelp() {
130130
return GENERAL_HELP_STRING;

0 commit comments

Comments
 (0)