Skip to content

Commit

Permalink
Merge pull request #1067 from tsubasaxZZZ/patch-3
Browse files Browse the repository at this point in the history
Added & before cli flag
  • Loading branch information
rliebz authored Feb 11, 2020
2 parents 7a5ed48 + e5116c8 commit cc46cf9
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 cc46cf9

Please sign in to comment.