X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=INSTALL.sh;h=9ba9471efa59e873dd0ecd15fb6cfe8629f4eb75;hb=156514348133ff62264a5b5778ea5a881698c2ae;hp=5de395e8acc57dc01fa5daca3993c0cd4921d362;hpb=154805cd830a3cc27be1fcad31e82f464ebe57e9;p=brisk.git diff --git a/INSTALL.sh b/INSTALL.sh index 5de395e..9ba9471 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -17,15 +17,14 @@ fi function usage () { echo echo "$1 -h" - echo "$1 [-W] [-n 3|5] [-d TRUE|FALSE] [-w web_dir] [-k ] [-c ] [-W]" + echo "$1 [-W] [-n 3|5] [-d TRUE|FALSE] [-w web_dir] [-k ] [-c ]" echo " -h this help" echo " -W web files only" - echo " -n number of players - def. $n_players" - echo " -d activate dabug - def. $brisk_debug" + echo " -n number of players - def. $n_players" + echo " -d activate dabug - def. $brisk_debug" echo " -w dir where place the web tree - def. \"$web_path\"" echo " -k dir where place ftok files - def. \"$ftok_path\"" - echo " -c cookie path - def. \"$cookie_path\"" - echo " -W install web files only" + echo " -c cookie path - def. \"$cookie_path\"" echo }