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 2323 ssl verification is turned on by default.
2424
2525OPTIONS:
26- --authorization <authorization> Set the contents of the Authorizaiton header.
26+ --authorization <authorization> Set the contents of the Authorization header.
2727 --header <headers>... Specify custom headers. --header 'X-Name: Value'
2828 --output <output> Where to write the JSON for the introspected schema.
2929
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ enum Cli {
2323 #[ clap( parse( from_os_str) ) ]
2424 #[ clap( long = "output" ) ]
2525 output : Option < PathBuf > ,
26- /// Set the contents of the Authorizaiton header.
26+ /// Set the contents of the Authorization header.
2727 #[ clap( long = "authorization" ) ]
2828 authorization : Option < String > ,
2929 /// Specify custom headers.
You can’t perform that action at this time.
0 commit comments