Skip to content

Commit 15a5f92

Browse files
committed
address comments
Signed-off-by: Ben Ye <benye@amazon.com>
1 parent ae4fbb9 commit 15a5f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cortex/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func main() {
101101
flag.BoolVar(&printModules, "modules", false, "List available values that can be used as target.")
102102

103103
//lint:ignore faillint Need to pass the global logger like this for warning on deprecated methods
104-
flagext.DeprecatedFlag(flag.CommandLine, "mem-ballast-size-bytes", "Deprecated: Setting this flag will not take any effect. Size of memory ballast to allocate", util_log.Logger)
104+
flagext.DeprecatedFlag(flag.CommandLine, "mem-ballast-size-bytes", "Deprecated: Setting this flag will not take any effect, for similar functionality use GOMEMLIMIT. Size of memory ballast to allocate", util_log.Logger)
105105

106106
usage := flag.CommandLine.Usage
107107
flag.CommandLine.Usage = func() { /* don't do anything by default, we will print usage ourselves, but only when requested. */ }

0 commit comments

Comments
 (0)