Skip to content

Commit

Permalink
Update go/cmd/dolt/doltcmd/doltcmd.go
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmu authored Jan 21, 2025
1 parent 62c27a6 commit 9892a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/cmd/dolt/doltcmd/doltcmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ var doc = cli.CommandDocumentationContent{
LongDesc: `Dolt comprises of multiple subcommands that allow users to import, export, update, and manipulate data with SQL.`,

Synopsis: []string{
"<--data-dir=<path>> subcommand <subcommand arguments>",
"[global flags] subcommand [subcommand arguments]",
},
}
var globalDocs = cli.CommandDocsForCommandString("dolt", doc, globalArgParser)
Expand Down

0 comments on commit 9892a48

Please sign in to comment.