Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ Here is a more complete sample of a command using YAML support:
"output": "&#45-test value.*default: 0"
} -->
``` go
package notmain
package main

import (
"fmt"
Expand Down Expand Up @@ -843,7 +843,7 @@ func main() {

### Generated Help Text

The default help flag (`-h/--help`) is defined as `cli.HelpFlag` and is checked
The default help flag (`-h/--help`) is defined as `cli.HelpFlag` and is checked
by the cli internals in order to print generated help text for the app, command,
or subcommand, and break execution.

Expand Down