From 692531ba417b8aedcd1e1af7bb71a02bb54c5fd5 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Fri, 4 Apr 2003 09:22:40 +0000 Subject: [PATCH] * attila/src/attila.sh : - Added missing help on the "--local" option. --- alliance/src/attila/src/attila.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/alliance/src/attila/src/attila.sh b/alliance/src/attila/src/attila.sh index a19b679b..abca19f6 100755 --- a/alliance/src/attila/src/attila.sh +++ b/alliance/src/attila/src/attila.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: attila.sh,v 1.14 2003/02/06 13:18:51 fred Exp $ +# $Id: attila.sh,v 1.15 2003/04/04 09:22:40 jpc Exp $ # # /------------------------------------------------------------------\ # | | @@ -44,7 +44,10 @@ echo "" echo "Options :" echo " o [-h|--help] : Print this help." - echo " o [-L|--local] : Print this help." + echo " o [-L|--local] : " + echo " Uses the attila's binary installed in the user's local." + echo " development tree. This is mainly for me when I work on" + echo " attila itself (yes : attila is able to self re-install)." echo " o [-U|--user] :" echo " Perform a \"USER\" compilation/installation." echo " The tool(s) will be compiled then installed under the"