Make the switch name clearer
This commit is contained in:
		
							parent
							
								
									c30893b374
								
							
						
					
					
						commit
						7296a37ccc
					
				@ -227,7 +227,7 @@ pub fn core_main() -> Option<Vec<String>> {
 | 
				
			|||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
            return None;
 | 
					            return None;
 | 
				
			||||||
        } else if args[0] == "--id" {
 | 
					        } else if args[0] == "--get-id" {
 | 
				
			||||||
            if crate::platform::is_root() {
 | 
					            if crate::platform::is_root() {
 | 
				
			||||||
                println!("{}", crate::ipc::get_id());
 | 
					                println!("{}", crate::ipc::get_id());
 | 
				
			||||||
            } else {
 | 
					            } else {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user