1
0
Fork 0
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:
Sebastiaan Speck 2024-09-18 20:39:00 +02:00 committed by GitHub
parent f4f5dd9c6b
commit aaca317345
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -17,4 +17,4 @@
- Konversi semua berkas `.doc` dalam direktori saat ini menuju PDF:
`libreoffice --convert-to {{pdf}} {{*.doc}}`
`libreoffice --convert-to pdf *.doc`

View file

@ -17,4 +17,4 @@
- Convert all `.doc` files in current directory to PDF:
`libreoffice --convert-to {{pdf}} {{*.doc}}`
`libreoffice --convert-to pdf *.doc`