[Dive4elements-commits] [PATCH] mention conf/cache.xml in flush_cache doku
Wald Commits
scm-commit at wald.intevation.org
Fri Apr 5 12:06:53 CEST 2013
# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1365156408 -7200
# Node ID 2eeb9a45cd2e59fde7d3d32434bd651ef8b6954f
# Parent a264244b3d63935528c46e12bbcc8a116bbc1225
mention conf/cache.xml in flush_cache doku
diff -r a264244b3d63 -r 2eeb9a45cd2e flys-artifacts/contrib/flush_cache.sh
--- a/flys-artifacts/contrib/flush_cache.sh Thu Apr 04 19:21:09 2013 +0200
+++ b/flys-artifacts/contrib/flush_cache.sh Fri Apr 05 12:06:48 2013 +0200
@@ -3,7 +3,8 @@
if [ $# != 2 ]; then
echo "usage $0 <artifact-server-port> <cachename>"
echo " cachename is the name of the cache defined in conf/caches.xml"
- echo " for example: $0 12123 datacage.db"
+ echo " for example: $0 12123 datacage.db."
+ echo " Cachenames can be found in conf/cache.xml"
exit 1
fi
More information about the Dive4elements-commits
mailing list