Options processing: remove redundant check
Bug: 172923994 Test: N/A Change-Id: I2b07c775f8e3cad78eb6992d3522bef3a9b701b8
This commit is contained in:
@@ -138,9 +138,7 @@ func main() {
|
||||
}
|
||||
os.Exit(0)
|
||||
}
|
||||
if len(flag.Args()) == 0 {
|
||||
flag.Usage()
|
||||
}
|
||||
|
||||
// Convert!
|
||||
ok := true
|
||||
if *launcher != "" {
|
||||
|
Reference in New Issue
Block a user