优化proto字段名称

This commit is contained in:
2025-10-16 12:44:37 +08:00
parent df62e4fae6
commit 0230085a70
6 changed files with 48 additions and 161 deletions

View File

@@ -125,8 +125,8 @@ func paramWhereEndDay(fs *flag.FlagSet) *uint64 {
return fs.Uint64("endday", 0, "End day")
}
func paramWhereExpIds(fs *flag.FlagSet) *string {
return fs.String("expids", "", "Exp IDs. Use commas to separate multiple IDs. empty is all")
func paramWhereBucketIds(fs *flag.FlagSet) *string {
return fs.String("bucketids", "", "Bucket IDs. Use commas to separate multiple IDs. empty is all")
}
func paramWhereTarget(fs *flag.FlagSet) *string {