File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ def _option_parser_sign_and_query(opts)
131131 options [ :method ] = v
132132 end
133133
134- opts . on ( "--nonce NONCE" , "Specifies the none to use." ) do |v |
134+ opts . on ( "--nonce NONCE" , "Specifies the nonce to use." ) do |v |
135135 options [ :oauth_nonce ] = v
136136 end
137137
Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ def help_output
280280
281281 options for signing and querying
282282 --method METHOD Specifies the method (e.g. GET) to use when signing.
283- --nonce NONCE Specifies the none to use.
283+ --nonce NONCE Specifies the nonce to use.
284284 --parameters PARAMS Specifies the parameters to use when signing.
285285 --signature-method METHOD Specifies the signature method to use; defaults to HMAC-SHA1.
286286 --token TOKEN Specifies the token to use.
You can’t perform that action at this time.
0 commit comments