mirror of
				https://github.com/kees-z/DuplicatiDocs.git
				synced 2025-11-04 08:05:15 +00:00 
			
		
		
		
	Merge pull request #100 from Bojan023/patch-1
Fix forgotten ` for proper parsing
This commit is contained in:
		@@ -623,7 +623,7 @@ Extra parameters to add to the http message. I.e. `parameter1=value1¶meter2=
 | 
				
			|||||||
### send-http-level
 | 
					### send-http-level
 | 
				
			||||||
`--send-http-level (Enumeration)`  
 | 
					`--send-http-level (Enumeration)`  
 | 
				
			||||||
The messages to send.  
 | 
					The messages to send.  
 | 
				
			||||||
You can specify one of `Success`, `Warning`, `Error`, `Fatal`. You can supply multiple options with a comma separator, e.g. `Success,Warning`. The special value `All is a shorthand for `Success,Warning,Error,Fatal` and will cause all backup operations to send a message.  
 | 
					You can specify one of `Success`, `Warning`, `Error`, `Fatal`. You can supply multiple options with a comma separator, e.g. `Success,Warning`. The special value `All` is a shorthand for `Success,Warning,Error,Fatal` and will cause all backup operations to send a message.  
 | 
				
			||||||
Values: `Unknown`, `Success`, `Warning`, `Error`, `Fatal`, `All`  
 | 
					Values: `Unknown`, `Success`, `Warning`, `Error`, `Fatal`, `All`  
 | 
				
			||||||
Default value: `all`
 | 
					Default value: `all`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user