|  | @@ -8,7 +8,7 @@ configured, e.g. `path.data`, `path.scripts`, `path.repo`.  A configured path
 | 
	
		
			
				|  |  |  may itself be a symbolic link, but no symlinks under that path will be
 | 
	
		
			
				|  |  |  followed (with the exception of `path.scripts`, which does follow symlinks).
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -==== Running `/bin/elasticsearch`
 | 
	
		
			
				|  |  | +==== Running `bin/elasticsearch`
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  The command line parameter parsing has been rewritten to deal properly with
 | 
	
		
			
				|  |  |  spaces in parameters. All config settings can still be specified on the
 | 
	
	
		
			
				|  | @@ -19,7 +19,7 @@ For instance:
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  [source,sh]
 | 
	
		
			
				|  |  |  -----------
 | 
	
		
			
				|  |  | -/bin/elasticsearch -d -p /tmp/foo.pid --http.cors.enabled=true --http.cors.allow-origin='*'
 | 
	
		
			
				|  |  | +bin/elasticsearch -d -p /tmp/foo.pid --http.cors.enabled=true --http.cors.allow-origin='*'
 | 
	
		
			
				|  |  |  -----------
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  For a list of static parameters, run `bin/elasticsearch -h`
 |