From e8137b9721d455158dbd71a15f6316629cc56ef3 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Thu, 16 Feb 2023 02:29:13 +0100 Subject: [PATCH] minor changes --- bin/pdfcompress | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/bin/pdfcompress b/bin/pdfcompress index c7417e6..3da3ff5 100755 --- a/bin/pdfcompress +++ b/bin/pdfcompress @@ -2,18 +2,22 @@ set -euo pipefail -function show_usage { - cat <<-END - usage: $0 [OPTIONS...] input_file output_file +help_message="$(cat <