Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gobwas committed Oct 9, 2020
1 parent b52c183 commit 1e4d95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ flag.StringVar(&s0,
"foo", "default",
"foo flag usage",
)
flagutil.Merge(flag.CommandLine, func(safe *flag.FlagSet) {
flagutil.MergeInto(flag.CommandLine, func(safe *flag.FlagSet) {
safe.StringVar(&s1,
"foo", "",
"foo flag another usage", // This usage will be joined with previous.
Expand Down

0 comments on commit 1e4d95a

Please sign in to comment.