From aeb880b23b164c72e2223b26547cab8aadff8117 Mon Sep 17 00:00:00 2001 From: Gustavo Neves Date: Fri, 19 May 2017 09:05:53 -0300 Subject: [PATCH] v2.1.1 - Small fix to help message --- README.md | 4 ++-- pdfScale.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 62d46c5..92f9821 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ $ pdfscale -v -v -r 'custom mm 200 300' -f disable -s 0.95 ../mixsync\ manual\ v ## Help info ``` $ pdfscale -h -pdfscale v2.1.0 +pdfscale v2.1.1 Usage: pdfscale pdfscale -i @@ -154,7 +154,7 @@ Parameters: Modes: a, auto Keeps source orientation, default f, force Forces flip W <-> H d, disable Disables flipping - -a, auto-rotate + -a, --auto-rotate Setting for GS -dAutoRotatePages, defaults to 'PageByPage' Uses text-orientation detection to set Portrait/Landscape Modes: p, pagebypage Auto-rotates pages individually diff --git a/pdfScale.sh b/pdfScale.sh index 631cde4..7f67426 100755 --- a/pdfScale.sh +++ b/pdfScale.sh @@ -1288,7 +1288,7 @@ Parameters: Modes: a, auto Keeps source orientation, default f, force Forces flip W <-> H d, disable Disables flipping - -a, auto-rotate + -a, --auto-rotate Setting for GS -dAutoRotatePages, defaults to 'PageByPage' Uses text-orientation detection to set Portrait/Landscape Modes: p, pagebypage Auto-rotates pages individually