mirror of
				https://github.com/openvswitch/ovs
				synced 2025-10-29 15:28:56 +00:00 
			
		
		
		
	Most options were formatted like this in the manpage:
    -o ARGUMENT
    --option ARGUMENT
but a few were formatted like this:
    -o ARGUMENT | --option ARGUMENT
or even as:
    -o, --option ARGUMENT
The former seems least confusing to me, so switch all of the documentation
to this format.
Signed-off-by: Ben Pfaff <blp@nicira.com>
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			201 B
		
	
	
	
		
			Groff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			201 B
		
	
	
	
		
			Groff
		
	
	
	
	
	
| .de IQ
 | |
| .  br
 | |
| .  ns
 | |
| .  IP "\\$1"
 | |
| ..
 | |
| .IP "\fB\-h\fR"
 | |
| .IQ "\fB\-\-help\fR"
 | |
| Prints a brief help message to the console.
 | |
| .
 | |
| .IP "\fB\-V\fR"
 | |
| .IQ "\fB\-\-version\fR"
 | |
| Prints version information to the console.
 |