mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 12:45:59 +02:00
inkscape: fix missing brackets around argument (#4636)
This commit is contained in:
parent
00c6d6ca2c
commit
b47d077c82
1 changed files with 1 additions and 1 deletions
|
@ -30,4 +30,4 @@
|
|||
|
||||
- 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…
Add table
Reference in a new issue