another description update

This commit is contained in:
Stephanie You
2023-11-30 11:37:12 -08:00
parent 0f2e9261e3
commit e9c63acccd

View File

@@ -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
}