diff --git a/pages/04.other/useful-commands/default.en.md b/pages/04.other/useful-commands/default.en.md index 0bb4546..43bb685 100644 --- a/pages/04.other/useful-commands/default.en.md +++ b/pages/04.other/useful-commands/default.en.md @@ -10,7 +10,7 @@ visible: true ### Splitting PDF files ```sh -\$ convert -density 600 {INPUT.PDF} -crop 50x100% +repage {OUT.PDF} +convert -density 600 {INPUT.PDF} -crop 50x100% +repage {OUT.PDF} ``` ```