You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: org.omg.sysml.interactive/src/org/omg/sysml/interactive/SysMLInteractiveHelp.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,9 @@ public class SysMLInteractiveHelp {
80
80
81
81
privatestaticfinalStringPUBLISH_HELP_STRING =
82
82
"Usage: %publish <NAME>\n\n"
83
-
+ "Publish the model elements rooted in <NAME> to the repository. <NAME> must be fully qualified.\n";
83
+
+ "Publish the model elements rooted in <NAME> to the repository. <NAME> must be fully qualified.\n"
84
+
+ "Use the --project parameter to specify a project to create or update. If not specified, a new project is created with the name of the model element and a timestamp.\n"
85
+
+ "(Experimental) Use --branch to specify the target branch name. If not specified, the default branch is selected.\n";
0 commit comments