Skip to content

Commit

Permalink
fix Authorization typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RealCyGuy authored Oct 21, 2023
1 parent 900c432 commit 25e44b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graphql_client_cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ FLAGS:
ssl verification is turned on by default.
OPTIONS:
--authorization <authorization> Set the contents of the Authorizaiton header.
--authorization <authorization> Set the contents of the Authorization header.
--header <headers>... Specify custom headers. --header 'X-Name: Value'
--output <output> Where to write the JSON for the introspected schema.
Expand Down
2 changes: 1 addition & 1 deletion graphql_client_cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ enum Cli {
#[clap(parse(from_os_str))]
#[clap(long = "output")]
output: Option<PathBuf>,
/// Set the contents of the Authorizaiton header.
/// Set the contents of the Authorization header.
#[clap(long = "authorization")]
authorization: Option<String>,
/// Specify custom headers.
Expand Down

0 comments on commit 25e44b9

Please sign in to comment.