From 3ba090093009d584908457a716d57601a889de77 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 15 Oct 2006 21:56:55 +0200 Subject: [PATCH] Change url --- ccollect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccollect.sh b/ccollect.sh index 1e93a65..3c56f71 100755 --- a/ccollect.sh +++ b/ccollect.sh @@ -61,7 +61,7 @@ usage() echo " This is version $VERSION, released on ${RELEASE}" echo " (the first version was written on 2005-12-05 by Nico Schottelius)." echo "" - echo " Retrieve latest ccollect at http://linux.schottelius.org/ccollect/" + echo " Retrieve latest ccollect at http://unix.schottelius.org/ccollect/" exit 0 }