mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-31 03:18:43 -06:00
Merge pull request #140 from cmasone-attic/whoops
Need to prefix the dataset flag TBR
This commit is contained in:
@@ -35,7 +35,7 @@ func NewFlags() datasetFlags {
|
||||
func NewFlagsWithPrefix(prefix string) datasetFlags {
|
||||
return datasetFlags{
|
||||
chunks.NewFlagsWithPrefix(prefix),
|
||||
flag.String("ds", "", "dataset id to store data for"),
|
||||
flag.String(prefix+"ds", "", "dataset id to store data for"),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user