Skip to content

Commit

Permalink
Update go/cmd/dolt/cli/arg_parser_helpers.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Fulghum <[email protected]>
  • Loading branch information
stephkyou and fulghum authored Nov 29, 2023
1 parent bd508ee commit ae2a9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/cmd/dolt/cli/arg_parser_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ func CreateCountCommitsArgParser() *argparser.ArgParser {

func CreateReflogArgParser() *argparser.ArgParser {
ap := argparser.NewArgParserWithMaxArgs("reflog", 1)
ap.SupportsFlag(AllFlag, "", "Show all refs")
ap.SupportsFlag(AllFlag, "", "Show all refs, including hidden refs, such as DoltHub workspace refs")
return ap
}

Expand Down

0 comments on commit ae2a9b8

Please sign in to comment.