File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ To configure a server, enter something like this:
48
48
"host" : " localhost" ,
49
49
"port" : 52774 ,
50
50
},
51
- "username" : " _SYSTEM" ,
51
+ "username" : " _SYSTEM" ,
52
52
},
53
53
},
54
54
```
@@ -118,4 +118,4 @@ The components of this export definition are:
118
118
- ** category** - Category of source code to export: ` CLS ` = classes; ` RTN ` = routines; ` CSP ` = csp files; ` OTH ` = other. The default is ` * ` which exports everything.
119
119
- ** noStorage** - Strip the storage definition on export. Can be useful when working across multiple systems.
120
120
- ** dontExportIfNoChanges** - Do not rewrite the local file if the content is identical to what came from the server.
121
- - ** maxConcurrentConnections** - The maximum number of concurrent export connections. (0 = unlimited)
121
+ - ** maxConcurrentConnections** - The maximum number of concurrent export connections. (0 = unlimited)
You can’t perform that action at this time.
0 commit comments