mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
libreoffice: fix placeholders (#13723)
This commit is contained in:
parent
f4f5dd9c6b
commit
aaca317345
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue