mirror of https://github.com/CrimsonTome/tldr.git
inkscape: fix missing brackets around argument (#4636)
parent
00c6d6ca2c
commit
b47d077c82
|
@ -30,4 +30,4 @@
|
||||||
|
|
||||||
- Duplicate the object with id="path123", rotate the duplicate 90 degrees, save the file, and quit Inkscape:
|
- Duplicate the object with id="path123", rotate the duplicate 90 degrees, save the file, and quit Inkscape:
|
||||||
|
|
||||||
`inkscape {{filename.svg}} --select=path123 --verb="EditDuplicate;ObjectRotate90;FileSave;FileQuit"`
|
`inkscape {{filename.svg}} --select=path123 --verb="{{EditDuplicate;ObjectRotate90;FileSave;FileQuit}}"`
|
||||||
|
|
Loading…
Reference in New Issue