Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
txthinking authored Nov 12, 2022
1 parent 2b081a4 commit 54ec07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/brook/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2231,7 +2231,7 @@ complete -o bashdefault -o default -o nospace -F _cli_bash_autocomplete brook
&cli.StringFlag{
Name: "file",
Aliases: []string{"f"},
Usage: "Write to file, default print to stdout. You should put to /usr/man/man1/brook.1 on linux or /usr/local/share/man/man1/brook.1 on macos",
Usage: "Write to file, default print to stdout. You should put to /path/to/man/man1/brook.1 on linux or /usr/local/share/man/man1/brook.1 on macos",
},
},
Action: func(c *cli.Context) error {
Expand Down

0 comments on commit 54ec07a

Please sign in to comment.