Skip to content

Commit 8ec1ea5

Browse files
authored
Merge pull request #2 from andrMollo/chage-output-parameter
Changed output parameter name
2 parents e537ffd + 9f5316c commit 8ec1ea5

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)