From 9bb108ac9fa8a2b1f08518fbc550d1e283fe9ad2 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 22 Sep 2020 18:15:05 +0100 Subject: [PATCH] pdfseparate: teensy grammatical improvement --- pages/common/pdfseparate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/pdfseparate.md b/pages/common/pdfseparate.md index 22b557111..0f06782c4 100644 --- a/pages/common/pdfseparate.md +++ b/pages/common/pdfseparate.md @@ -3,7 +3,7 @@ > Portable Document Format (PDF) file page extractor. > More information: . -- Extract pages from PDF file and make separate PDF file for each page: +- Extract pages from PDF file and make a separate PDF file for each page: `pdfseparate {{path/to/source_filename.pdf}} {{path/to/destination_filename-%d.pdf}}`