Skip to content

Commit

Permalink
v2.3.8 Fix typo on help message, seems like I can't type the word 'bo…
Browse files Browse the repository at this point in the history
…ttom' properly
  • Loading branch information
tavinus committed May 7, 2018
1 parent e1bb7ea commit b8f4d81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <inFile.pdf>
pdfscale -i <inFile.pdf>
Expand Down Expand Up @@ -192,7 +192,7 @@ Parameters:
--vert-align, --vertical-alignment <top|center|bottom>
Where to translate the scaled page
Default: center
Options: top, bootom, center
Options: top, bottom, center
--xoffset, --xtrans-offset <FloatNumber>
Add/Subtract from the X translation (move left-right)
Default: 0.0 (zero)
Expand Down
4 changes: 2 additions & 2 deletions pdfScale.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# And: https://gist.github.com/MichaelJCole/86e4968dbfc13256228a


VERSION="2.3.7"
VERSION="2.3.8"


###################### EXTERNAL PROGRAMS #######################
Expand Down Expand Up @@ -1980,7 +1980,7 @@ Parameters:
--vert-align, --vertical-alignment <top|center|bottom>
Where to translate the scaled page
Default: center
Options: top, bootom, center
Options: top, bottom, center
--xoffset, --xtrans-offset <FloatNumber>
Add/Subtract from the X translation (move left-right)
Default: 0.0 (zero)
Expand Down

0 comments on commit b8f4d81

Please sign in to comment.