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:
4848 "host" : " localhost" ,
4949 "port" : 52774 ,
5050 },
51- "username" : " _SYSTEM" ,
51+ "username" : " _SYSTEM" ,
5252 },
5353},
5454```
@@ -118,4 +118,4 @@ The components of this export definition are:
118118- ** category** - Category of source code to export: ` CLS ` = classes; ` RTN ` = routines; ` CSP ` = csp files; ` OTH ` = other. The default is ` * ` which exports everything.
119119- ** noStorage** - Strip the storage definition on export. Can be useful when working across multiple systems.
120120- ** 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