diff --git a/pdfScale.sh b/pdfScale.sh index c0be1d2..8d9c0c9 100755 --- a/pdfScale.sh +++ b/pdfScale.sh @@ -88,7 +88,7 @@ Examples: # Prints usage info usage() { printVersion 2 - echo >&2 "Usage: $BASENAME [-v] [-s ] [outfile.pdf]" + echo >&2 "Usage: $BASENAME [-v] [-s ] [-i|-c] [outfile.pdf]" echo >&2 "Try: $BASENAME -h # for help" exit 1 }