Skip to content

Commit a5f9ce9

Browse files
committed
Minor change to help text when the build does not include a driver
1 parent 8566843 commit a5f9ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func main() {
5656
if text.CommandVersion == "0.0.0-dev" || strings.Contains(text.CommandVersion, "-") {
5757
rev = "master"
5858
}
59-
fmt.Fprintf(os.Stderr, "\ntry:\n\n go install -tags %s github.com/xo/usql@%s\n\n", tag, rev)
59+
fmt.Fprintf(os.Stderr, "\ntry:\n\n go install -tags 'most %s' github.com/xo/usql@%s\n\n", tag, rev)
6060
}
6161
switch estr := err.Error(); {
6262
case err == text.ErrWrongNumberOfArguments,

0 commit comments

Comments
 (0)