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