Skip to content

Commit

Permalink
home: imp help output
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Apr 7, 2022
1 parent 0e608fd commit 941338b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/home/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ var noCheckUpdateArg = arg{
}

var disableMemoryOptimizationArg = arg{
"Disable memory optimization.",
"Deprecated. Disable memory optimization.",
"no-mem-optimization", "",
nil, nil, func(_ options, _ string) (f effect, err error) {
log.Info("warning: using --no-mem-optimization flag has no effect and is deprecated")
Expand Down

0 comments on commit 941338b

Please sign in to comment.