Skip to content

Commit

Permalink
Merge pull request #6467 from dolthub/steph/profile-docs
Browse files Browse the repository at this point in the history
update profile doc string
  • Loading branch information
stephkyou authored Aug 8, 2023
2 parents ef1700e + 663174e commit a53e971
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go/cmd/dolt/commands/profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ import (
var profileDocs = cli.CommandDocumentationContent{
ShortDesc: "Manage dolt profiles for CLI global options.",
LongDesc: `With no arguments, shows a list of existing profiles. Two subcommands are available to perform operations on the profiles.
{{.EmphasisLeft}}add{{.EmphasisRight}}
Adds a profile named {{.LessThan}}name{{.GreaterThan}}. If the profile already exists, it will be overwritten.
Adds a profile named {{.LessThan}}name{{.GreaterThan}}. Returns an error if the profile already exists.
{{.EmphasisLeft}}remove{{.EmphasisRight}}, {{.EmphasisLeft}}rm{{.EmphasisRight}}
Remove the profile named {{.LessThan}}name{{.GreaterThan}}.`,
Expand Down

0 comments on commit a53e971

Please sign in to comment.