Skip to content

Commit

Permalink
add docs for disabling version out-of-date check
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephanie You committed Jan 31, 2024
1 parent 62f03b2 commit 63564f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go/cmd/dolt/commands/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ const (

var versionDocs = cli.CommandDocumentationContent{
ShortDesc: "Displays the version for the Dolt binary.",
LongDesc: `Displays the version for the Dolt binary.`,
LongDesc: `Displays the version for the Dolt binary.
The out-of-date check can be disabled by running {{.EmphasisLeft}}dolt config --global --add versioncheck.disabled true{{.EmphasisRight}}.`,
Synopsis: []string{
`[--verbose] [--feature]`,
},
Expand Down

0 comments on commit 63564f2

Please sign in to comment.