Skip to content

Commit

Permalink
Merge pull request #527 from pocke/Remove___options______from_help_me…
Browse files Browse the repository at this point in the history
…ssage_of_prototype_rb_i__commands

Remove `[options...]` from help message of prototype rb(i) commands
  • Loading branch information
pocke authored Dec 18, 2020
2 parents 086a581 + 064b924 commit 385c968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rbs/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ def run_prototype_file(format, args)

opts = OptionParser.new
opts.banner = <<EOU
Usage: rbs prototype #{format} [options...] [files...]
Usage: rbs prototype #{format} [files...]
#{availability}
Generate RBS prototype from source code.
It parses specified Ruby code and and generates RBS prototypes.
Expand Down

0 comments on commit 385c968

Please sign in to comment.