From 9b0bc58a073a4b1fccc53f3377d7ec1883454306 Mon Sep 17 00:00:00 2001 From: tomash Date: Mon, 16 Oct 2006 13:48:28 +0000 Subject: [PATCH] minor fix --- livesupport/bin/archiveServerSetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livesupport/bin/archiveServerSetup.sh b/livesupport/bin/archiveServerSetup.sh index 21d7abe49..414aedcfb 100755 --- a/livesupport/bin/archiveServerSetup.sh +++ b/livesupport/bin/archiveServerSetup.sh @@ -57,7 +57,7 @@ printUsage() echo ""; echo " -d, --directory The installation directory, required."; echo " -D, --database The name of the Campcaster database."; - echo " [default: Campcaster]"; + echo " [default: CampcasterHub]"; echo " -g, --apache-group The group the apache daemon runs as."; echo " [default: www-data]"; echo " -r, --www-root The root directory for web documents served";