Skip to content

Commit

Permalink
Minor change to help text when the build does not include a driver
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed May 10, 2024
1 parent 8566843 commit a5f9ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func main() {
if text.CommandVersion == "0.0.0-dev" || strings.Contains(text.CommandVersion, "-") {
rev = "master"
}
fmt.Fprintf(os.Stderr, "\ntry:\n\n go install -tags %s github.com/xo/usql@%s\n\n", tag, rev)
fmt.Fprintf(os.Stderr, "\ntry:\n\n go install -tags 'most %s' github.com/xo/usql@%s\n\n", tag, rev)
}
switch estr := err.Error(); {
case err == text.ErrWrongNumberOfArguments,
Expand Down

0 comments on commit a5f9ce9

Please sign in to comment.