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)