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
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`