From e63f2a76c5139d7abdbd1b62ccffdbfa14fd4372 Mon Sep 17 00:00:00 2001 From: Gustavo Neves Date: Wed, 22 Feb 2017 05:18:16 -0300 Subject: [PATCH] code cleanup --- pdfScale.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pdfScale.sh b/pdfScale.sh index af6f467..e948988 100755 --- a/pdfScale.sh +++ b/pdfScale.sh @@ -24,17 +24,17 @@ ################################################### -VERSION="1.4.7" +VERSION="1.4.8" SCALE="0.95" # scaling factor (0.95 = 95%, e.g.) VERBOSE=0 # verbosity Level BASENAME="$(basename $0)" # simplified name of this script # Set with which after we check dependencies -GSBIN="" # GhostScript Binaries -BCBIN="" # BC Math binary +GSBIN="" # GhostScript Binary +BCBIN="" # BC Math Binary IDBIN="" # Identify Binary PDFINFOBIN="" # PDF Info Binary -MDLSBIN="" # MacOS mdls binary +MDLSBIN="" # MacOS mdls Binary OSNAME="$(uname 2>/dev/null)" # Check where we are running @@ -74,7 +74,7 @@ Parameters: -h Print this help to screen and exits -V Prints version to screen and exits -m Force a mode of page size detection. - Will disable the Adaptive Mode. + May disable the Adaptive Mode. -s Changes the scaling factor, defaults to 0.95 MUST be a number bigger than zero. Eg. -s 0.8 for 80% of the original size