Skip to content

Commit

Permalink
Added & before cli flag
Browse files Browse the repository at this point in the history
Added & before cli flag
  • Loading branch information
tsubasaxZZZ authored Feb 11, 2020
1 parent 7a5ed48 commit e5116c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v2/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ func main() {
app := cli.NewApp()

app.Flags = []cli.Flag {
cli.StringFlag{
&cli.StringFlag{
Name: "lang",
Value: "english",
Usage: "language for the greeting",
Expand Down

0 comments on commit e5116c8

Please sign in to comment.