Strabon

changeset 933:e9521141694b

corrected identation in runChain.sh script
author Babis Nikolaou <charnik@di.uoa.gr>
date Tue Mar 26 20:49:12 2013 +0200 (2013-03-26)
parents 811b942248ee
children 6d82eca1cf7a a1e2561b7c2c
files examples/teleios/runChain.sh
line diff
     1.1 --- a/examples/teleios/runChain.sh	Tue Mar 26 16:24:56 2013 +0200
     1.2 +++ b/examples/teleios/runChain.sh	Tue Mar 26 20:49:12 2013 +0200
     1.3 @@ -24,19 +24,19 @@
     1.4  loc="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
     1.5  
     1.6  function help() {                                                               
     1.7 -    echo "Usage: ${cmd} [OPTIONS] "                        
     1.8 -    echo                                                                        
     1.9 -    echo "Execute NOA chain with refinements and measure time."
    1.10 -    echo                                                                        
    1.11 -    echo "OPTIONS can be any of the following"                                  
    1.12 -    echo "  -d,--db   					: PostGIS database"                
    1.13 -    echo "  -e,--endpoint   			: Strabon Endpoint"
    1.14 -    echo "  -h,--hotposts				: URL where hotspots are stored"
    1.15 -	echo "  -b,--background         	: Background data"                                           
    1.16 -	echo "  -l,--log		            : Log file"                                           
    1.17 -	echo "  -c,--chain		            : Processing chain of hotspots"
    1.18 -	echo "  -p,--persistence            : Value of persistence of discoverFires query"
    1.19 -	echo "  -r,--repeat_in_persistence  : Value of repeat_in_persistence of discoverFires query"     
    1.20 +	echo "Usage: ${cmd} [OPTIONS] "                        
    1.21 +	echo                                                                        
    1.22 +	echo "Execute NOA chain with refinements and measure time."
    1.23 +	echo                                                                        
    1.24 +	echo "OPTIONS can be any of the following"                                  
    1.25 +	echo "  -d,--db			: PostGIS database"                
    1.26 +	echo "  -e,--endpoint			: Strabon Endpoint"
    1.27 +	echo "  -h,--hotposts			: URL where hotspots are stored"
    1.28 +	echo "  -b,--background		: Background data"                                           
    1.29 +	echo "  -l,--log			: Log file"                                           
    1.30 +	echo "  -c,--chain			: Processing chain of hotspots"
    1.31 +	echo "  -p,--persistence		: Value of persistence of discoverFires query"
    1.32 +	echo "  -r,--repeat_in_persistence	: Value of repeat_in_persistence of discoverFires query"     
    1.33  }
    1.34  
    1.35  # If no arguments are given it returns miliseconds from 1970-01-01 00:00:00 UTC