Skip to content

Commit 68d266f

Browse files
natefinchCopilot
andauthored
Update mg/runtime.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0afc9f7 commit 68d266f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mg/runtime.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ const HashFastEnv = "MAGEFILE_HASHFAST"
4343
const 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.
5050
const MultilineEnv = "MAGEFILE_MULTILINE"
5151

5252
// TargetColorEnv is the environment variable that indicates which ANSI color

0 commit comments

Comments
 (0)