From 142ea9b4ce6f67b4194d10689d26b6df9845fdb1 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 4 Sep 2023 20:57:45 +0300 Subject: [PATCH] tweaked docs... Signed-off-by: Alex A. Naanou --- scripts/make-spreads.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/make-spreads.sh b/scripts/make-spreads.sh index c312f92..4f8b30d 100644 --- a/scripts/make-spreads.sh +++ b/scripts/make-spreads.sh @@ -133,7 +133,8 @@ printhelp(){ echo " --captions PATH" echo " - path to search for captions (default: $CAPTION_DIR)." echo " --graphicx-path" - echo " - use image basenames and let graphicx manage searching." + echo " - reference images by their basenames and let graphicx manage" + echo " searching." echo echo "Parameters:" echo " PATH - path to root pages directory (default: $SPREADS_DIR)"