From daf93a81f22ce284ec2923cafdb43932b1af4c48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Thu, 29 Jan 2009 01:09:40 +0000 Subject: [PATCH] fix usage instructions --- install/alternc.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/alternc.install b/install/alternc.install index badd6832..522189a9 100644 --- a/install/alternc.install +++ b/install/alternc.install @@ -87,7 +87,7 @@ if [ -f "$INSTALLED_CONFIG_TAR" ]; then echo "changing the template in $TEMPLATE_DIR and then calling" echo "$0 to perform the update." echo "" - echo "Please examine the situation closely and call '$0 force'" + echo "Please examine the situation closely and call '$0 --force'" echo "if you still want to actually overwrite these files." exit 1 fi