mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 20:22:59 -05:00 
			
		
		
		
	Update usage description
This commit is contained in:
		
							parent
							
								
									0d44573e8b
								
							
						
					
					
						commit
						c3c3a68e74
					
				@ -45,7 +45,7 @@ my $config_file = "include/mbedtls/config.h";
 | 
				
			|||||||
my $usage = <<EOU;
 | 
					my $usage = <<EOU;
 | 
				
			||||||
$0 [-f <file> | --file <file>] [-o | --force]
 | 
					$0 [-f <file> | --file <file>] [-o | --force]
 | 
				
			||||||
                   [set <symbol> <value> | unset <symbol> | get <symbol> |
 | 
					                   [set <symbol> <value> | unset <symbol> | get <symbol> |
 | 
				
			||||||
                        full | realfull]
 | 
					                        full | realfull | baremetal]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Commands
 | 
					Commands
 | 
				
			||||||
    set <symbol> [<value>]  - Uncomments or adds a #define for the <symbol> to
 | 
					    set <symbol> [<value>]  - Uncomments or adds a #define for the <symbol> to
 | 
				
			||||||
@ -63,7 +63,7 @@ Commands
 | 
				
			|||||||
                              excluding some reserved symbols, until the
 | 
					                              excluding some reserved symbols, until the
 | 
				
			||||||
                              'Module configuration options' section
 | 
					                              'Module configuration options' section
 | 
				
			||||||
    realfull                - Uncomments all #define's with no exclusions
 | 
					    realfull                - Uncomments all #define's with no exclusions
 | 
				
			||||||
    baremetal               - Set configuration suitable for baremetal build.
 | 
					    baremetal               - Sets full configuration suitable for baremetal build.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Options
 | 
					Options
 | 
				
			||||||
    -f | --file <filename>  - The file or file path for the configuration file
 | 
					    -f | --file <filename>  - The file or file path for the configuration file
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user