File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ const HashFastEnv = "MAGEFILE_HASHFAST"
4343const EnableColorEnv = "MAGEFILE_ENABLE_COLOR"
4444
4545// MultilineEnv is the environment variable that indicates the user has
46- // requested to retain CRLF line endings in comments for the generated main
47- // file . The default is false for backwards compatibility. When the value is
48- // true, then CRLF line endings will be retained in comments for the generated
49- // main file .
46+ // requested to preserve line breaks in help text generated from mage package
47+ // and target documentation comments . The default is false for backwards
48+ // compatibility. When the value is true, newline characters in those
49+ // descriptions are retained in mage's help and list output .
5050const MultilineEnv = "MAGEFILE_MULTILINE"
5151
5252// TargetColorEnv is the environment variable that indicates which ANSI color
You can’t perform that action at this time.
0 commit comments