Skip to content

Commit 58d6e6c

Browse files
committed
📝 Update README.md
1 parent 5ab0269 commit 58d6e6c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Usage: bundle diff [options]
5454
default
5555
md_table
5656
--escape-json Escape output as a JSON string
57+
--access-token ACCESS_TOKEN Set access token for GitHub API
5758
-v, --version Display the version
5859
```
5960

lib/bundler_diff.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def parse_options(args) # rubocop:disable Metrics/MethodLength
1919
options = {}
2020

2121
opt = OptionParser.new
22-
opt.banner = 'Usage: bundle diffgems [options]'
22+
opt.banner = 'Usage: bundle diff [options]'
2323
opt.on('-c', '--commit COMMIT', 'Specify a commit') { |val| options[:commit] = val }
2424
formatter_desc = [
2525
'Choose a formatter',

0 commit comments

Comments
 (0)