libreoffice: fix placeholders (#13723)

pull/28/head
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`