Procházet zdrojové kódy

v2.3.8 Fix typo on help message, seems like I can't type the word 'bottom' properly

master
rodič
revize
b8f4d810e5
2 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. +2
    -2
      README.md
  2. +2
    -2
      pdfScale.sh

+ 2
- 2
README.md Zobrazit soubor

@@ -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>
@@ -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)


+ 2
- 2
pdfScale.sh Zobrazit soubor

@@ -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 <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)


Načítá se…
Zrušit
Uložit