mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-31 12:19:08 -06:00
Need to prefix the dataset flag
I failed to add the prefix into the dataset flag. I blame a bad merge I did between my last two PRs.
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