mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-19 02:59:21 -05:00
Update command line description in go/cmd/dolt/commands/stashcmds/stash.go
Co-authored-by: Jason Fulghum <jason@dolthub.com>
This commit is contained in:
@@ -80,7 +80,7 @@ func (cmd StashCmd) Docs() *cli.CommandDocumentation {
|
||||
func (cmd StashCmd) ArgParser() *argparser.ArgParser {
|
||||
ap := argparser.NewArgParserWithMaxArgs(cmd.Name(), 0)
|
||||
ap.SupportsFlag(IncludeUntrackedFlag, "u", "Untracked tables are also stashed.")
|
||||
ap.SupportsFlag(AllFlag, "a", "All tables are staged, including untracked and ignored tables.")
|
||||
ap.SupportsFlag(AllFlag, "a", "All tables are stashed, including untracked and ignored tables.")
|
||||
return ap
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user