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 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