Skip to content

Commit

Permalink
Better examples for ambiguous model to codename lookups
Browse files Browse the repository at this point in the history
  • Loading branch information
amo13 committed Oct 17, 2021
1 parent b7ae721 commit 52d8547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lookup/lookup.go
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ func queryDeviceLookupCsvTable(item string, match_in_column int, lookup_from_col
}

// Returns error if ambiguous
// examples: "arc", "MotoE2", "MotoG3"
// examples: "Moto G Play", "moto z4"
func modelToCodenameCsv(model string) (string, error) {
// Check if the given model name already is the codename
ic, err := IsCodename(model)
Expand Down

0 comments on commit 52d8547

Please sign in to comment.