From b8f4d810e5f9374fe3456f12e024782eec072432 Mon Sep 17 00:00:00 2001 From: Gustavo Arnosti Neves Date: Mon, 7 May 2018 19:10:04 -0300 Subject: [PATCH] v2.3.8 Fix typo on help message, seems like I can't type the word 'bottom' properly --- README.md | 4 ++-- pdfScale.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9d3ef80..5d154b3 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ $ pdfscale -v -v -r 'custom mm 200 300' -f disable -s 0.95 ../mixsync\ manual\ v ## Help info ``` $ pdfscale -h -pdfscale v2.3.7 +pdfscale v2.3.8 Usage: pdfscale pdfscale -i @@ -192,7 +192,7 @@ Parameters: --vert-align, --vertical-alignment Where to translate the scaled page Default: center - Options: top, bootom, center + Options: top, bottom, center --xoffset, --xtrans-offset Add/Subtract from the X translation (move left-right) Default: 0.0 (zero) diff --git a/pdfScale.sh b/pdfScale.sh index ec4e576..e0eb627 100755 --- a/pdfScale.sh +++ b/pdfScale.sh @@ -12,7 +12,7 @@ # And: https://gist.github.com/MichaelJCole/86e4968dbfc13256228a -VERSION="2.3.7" +VERSION="2.3.8" ###################### EXTERNAL PROGRAMS ####################### @@ -1980,7 +1980,7 @@ Parameters: --vert-align, --vertical-alignment Where to translate the scaled page Default: center - Options: top, bootom, center + Options: top, bottom, center --xoffset, --xtrans-offset Add/Subtract from the X translation (move left-right) Default: 0.0 (zero)