aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <sven.vermeulen@siphos.be>2010-11-02 00:08:17 +0100
committerSven Vermeulen <sven.vermeulen@siphos.be>2010-11-02 00:08:17 +0100
commit742ff1bb675372dcfaceade35d20403e9f47cc22 (patch)
tree8a38e8387f3768c519e7427bfa4880e56ea19d18
parentfix preview (diff)
downloadhardened-docs-742ff1bb675372dcfaceade35d20403e9f47cc22.tar.gz
hardened-docs-742ff1bb675372dcfaceade35d20403e9f47cc22.tar.bz2
hardened-docs-742ff1bb675372dcfaceade35d20403e9f47cc22.zip
add usage blurb
-rwxr-xr-xfixpreview.sh4
1 files changed, 4 insertions, 0 deletions
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