Skip to content

Commit e62a087

Browse files
committed
Run make v2approve
1 parent 02613e5 commit e62a087

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

godoc-current.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ DESCRIPTION:
7373

7474
OPTIONS:{{template "visibleFlagCategoryTemplate" .}}{{else if .VisibleFlags}}
7575

76-
OPTIONS:{{template "visibleFlagTemplate" .}}{{end}}`
76+
OPTIONS:{{template "visibleFlagTemplate" .}}{{end}}
77+
`
7778
CommandHelpTemplate is the text template for the command help topic. cli.go
7879
uses text/template to render templates. You can render custom help text by
7980
setting this variable.
@@ -144,7 +145,8 @@ COMMANDS:{{template "visibleCommandTemplate" .}}{{end}}{{if .VisibleFlagCategori
144145

145146
OPTIONS:{{template "visibleFlagCategoryTemplate" .}}{{else if .VisibleFlags}}
146147

147-
OPTIONS:{{template "visibleFlagTemplate" .}}{{end}}`
148+
OPTIONS:{{template "visibleFlagTemplate" .}}{{end}}
149+
`
148150
SubcommandHelpTemplate is the text template for the subcommand help topic.
149151
cli.go uses text/template to render templates. You can render custom help
150152
text by setting this variable.

testdata/godoc-v2.x.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ DESCRIPTION:
7373

7474
OPTIONS:{{template "visibleFlagCategoryTemplate" .}}{{else if .VisibleFlags}}
7575

76-
OPTIONS:{{template "visibleFlagTemplate" .}}{{end}}`
76+
OPTIONS:{{template "visibleFlagTemplate" .}}{{end}}
77+
`
7778
CommandHelpTemplate is the text template for the command help topic. cli.go
7879
uses text/template to render templates. You can render custom help text by
7980
setting this variable.
@@ -144,7 +145,8 @@ COMMANDS:{{template "visibleCommandTemplate" .}}{{end}}{{if .VisibleFlagCategori
144145

145146
OPTIONS:{{template "visibleFlagCategoryTemplate" .}}{{else if .VisibleFlags}}
146147

147-
OPTIONS:{{template "visibleFlagTemplate" .}}{{end}}`
148+
OPTIONS:{{template "visibleFlagTemplate" .}}{{end}}
149+
`
148150
SubcommandHelpTemplate is the text template for the subcommand help topic.
149151
cli.go uses text/template to render templates. You can render custom help
150152
text by setting this variable.

0 commit comments

Comments
 (0)