From 9d271726ff437bf232016fe5b6b2e60aff1dbb23 Mon Sep 17 00:00:00 2001 From: Gustavo Arnosti Neves Date: Tue, 21 Feb 2017 12:58:48 -0300 Subject: [PATCH] Update to usage info --- pdfScale.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }