Sfoglia il codice sorgente

Documentation: scc's help message updated (#1676)

* Documentation: scc's help message updated

* Documentation: spelling issues in scc's help message fixed
Rainer Klute 7 anni fa
parent
commit
e630140204

+ 11 - 9
plugins/org.yakindu.sct.doc.user/src/user-guide/generating_code_headless.textile

@@ -38,18 +38,20 @@ bc. scc -h
 The output should be similar to the following:
 
 bc.. 
---------------------------------------------------------
+--------------------------------------------------------------
 YAKINDU Statechart Tools Headless Generator ((c) by itemis AG)
 
           Visit http://www.statecharts.org
---------------------------------------------------------
-usage: scc [-d <path>] [-h] [-m <path>{,<path>}…]
- -d,--baseDir <path>   Relative/absolute path to the working directory that contains your statechart projects. If not
-                       set the current directory is used.
- -h                    Shows help content.
- -m,--model <path>{,<path>}…  A list of comma separated Relative/absolute paths
-                              to model(s) used during execution. If not set
-                              the runtime value of basedir is used.
+--------------------------------------------------------------
+usage: scc [-d <path>] [-h] [-m <path(s)>] [-v <arg>]
+ -d,--baseDir <path>    Relative or absolute path to the working directory that contains your statechart projects. If
+                        not set, the current directory is used.
+ -h                     Shows help content.
+ -m,--model <path(s)>   A list of comma-separated relative or absolute paths to model(s) used during execution. If not
+                        set, the runtime value of baseDir is used.
+ -v,--variables <arg>   A list of comma-separated key/value pairs to override variables in SGen models. Example: 
+                       -v key1=value1,key2=value2
+p.