We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e36f12 commit 8f6cb35Copy full SHA for 8f6cb35
1 file changed
org.omg.sysml.interactive/src/org/omg/sysml/interactive/SysMLInteractiveHelp.java
@@ -124,7 +124,7 @@ public class SysMLInteractiveHelp {
124
+ "If <BASE PATH> is given, set the repository base path.\r\n"
125
+ "\r\n"
126
+ "<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;
+ + "For example: https://my.domain.com/sysml_repo";
128
129
public static String getGeneralHelp() {
130
return GENERAL_HELP_STRING;
0 commit comments