mirror of
				https://git.kernel.org/pub/scm/network/wireless/iwd.git
				synced 2025-10-31 13:17:25 +01:00 
			
		
		
		
	main: Remove obsolete -S option
As there is no handler for -S option, we can remove it.
This commit is contained in:
		
							parent
							
								
									9c380ad95c
								
							
						
					
					
						commit
						bd6189aef0
					
				| @ -76,7 +76,7 @@ int main(int argc, char *argv[]) | ||||
| 	for (;;) { | ||||
| 		int opt; | ||||
| 
 | ||||
| 		opt = getopt_long(argc, argv, "BS:vh", main_options, NULL); | ||||
| 		opt = getopt_long(argc, argv, "Bvh", main_options, NULL); | ||||
| 		if (opt < 0) | ||||
| 			break; | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jukka Rissanen
						Jukka Rissanen