From 742ff1bb675372dcfaceade35d20403e9f47cc22 Mon Sep 17 00:00:00 2001 From: Sven Vermeulen Date: Tue, 2 Nov 2010 00:08:17 +0100 Subject: add usage blurb --- fixpreview.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fixpreview.sh b/fixpreview.sh index df18b1a..4d243bb 100755 --- a/fixpreview.sh +++ b/fixpreview.sh @@ -3,6 +3,10 @@ if [ $# -ne 1 ]; then echo "Usage: $0 --justfixit"; + echo ""; + echo "This script will update the (generated) HTML files inside this directory" + echo "by correcting the locations of the CSS file and images. This allows for" + echo "the gitweb interface to display the HTMLs (when selected 'raw') correctly." exit 1; fi -- cgit v1.2.3-65-gdbad