Skip to content

Commit 9f5316c

Browse files
committed
Changed output parameter name
Changed the output parameter name from `-output` to '-outdir` in the example to be coherent with the C# code
1 parent e537ffd commit 9f5316c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edrawings-api/output/export/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Please see below example of parameters
3737
* Export all SOLIDWORKS files (matching the filter *.sld*, i.e. extension starts with .sld) from the *SW Drawings* and *SW Models* folders in drive C (including sub folders) to the *C:\EDRW* folder in eDrawings format (.eprt for parts, .easm for assemblies, .edrw for drawing) and html format.
3838

3939
~~~
40-
> export.exe -input "C:\SW Drawings" "C:\SW Models" -output C:\EDRW -filter *.sld* -format .e .html
40+
> export.exe -input "C:\SW Drawings" "C:\SW Models" -outdir C:\EDRW -filter *.sld* -format .e .html
4141
~~~
4242

4343
* Export *C:\Models\Part.sldprt* into *C:\Models\Part.eprt*

0 commit comments

Comments
 (0)