Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/oauth/cli/base_command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def _option_parser_sign_and_query(opts)
options[:method] = v
end

opts.on("--nonce NONCE", "Specifies the none to use.") do |v|
opts.on("--nonce NONCE", "Specifies the nonce to use.") do |v|
options[:oauth_nonce] = v
end

Expand Down
2 changes: 1 addition & 1 deletion test/units/test_cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def help_output

options for signing and querying
--method METHOD Specifies the method (e.g. GET) to use when signing.
--nonce NONCE Specifies the none to use.
--nonce NONCE Specifies the nonce to use.
--parameters PARAMS Specifies the parameters to use when signing.
--signature-method METHOD Specifies the signature method to use; defaults to HMAC-SHA1.
--token TOKEN Specifies the token to use.
Expand Down