mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	fix documnetation to say milli-seconds. Issue 84
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									a00a9fbdfd
								
							
						
					
					
						commit
						4f20216677
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -87,7 +87,7 @@ void display_usage() {
 | 
			
		|||
    std::cout << "\nResources:\n";
 | 
			
		||||
    // timeout and memout are now available on Linux and OSX too.
 | 
			
		||||
    std::cout << "  -T:timeout  set the timeout (in seconds).\n";
 | 
			
		||||
    std::cout << "  -t:timeout  set the soft timeout (in seconds). It only kills the current query.\n";
 | 
			
		||||
    std::cout << "  -t:timeout  set the soft timeout (in milli seconds). It only kills the current query.\n";
 | 
			
		||||
    std::cout << "  -memory:Megabytes  set a limit for virtual memory consumption.\n";
 | 
			
		||||
    // 
 | 
			
		||||
    std::cout << "\nOutput:\n";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue