mirror of https://github.com/CrimsonTome/tldr.git
libreoffice: fix placeholders (#13723)
parent
f4f5dd9c6b
commit
aaca317345
|
@ -17,4 +17,4 @@
|
|||
|
||||
- Konversi semua berkas `.doc` dalam direktori saat ini menuju PDF:
|
||||
|
||||
`libreoffice --convert-to {{pdf}} {{*.doc}}`
|
||||
`libreoffice --convert-to pdf *.doc`
|
||||
|
|
|
@ -17,4 +17,4 @@
|
|||
|
||||
- Convert all `.doc` files in current directory to PDF:
|
||||
|
||||
`libreoffice --convert-to {{pdf}} {{*.doc}}`
|
||||
`libreoffice --convert-to pdf *.doc`
|
||||
|
|
Loading…
Reference in New Issue